Learn R Programming

tabler (version 0.1.0)

layout_fluid_vertical: Build fluid vertical layout structure

Description

Vertical fluid layout uses a sidebar (<aside>) and page wrapper

Usage

layout_fluid_vertical(
  navbar,
  sidebar,
  body,
  footer,
  theme = "light",
  color = NULL,
  show_theme_button = TRUE
)

Arguments

navbar

Navbar or sidebar component

sidebar

Not used

body

Body content

footer

Footer content