layout_fluid_vertical: Build fluid vertical layout structure

View source: R/layout-fluid-vertical.R

layout_fluid_verticalR Documentation

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


tabler documentation built on Nov. 5, 2025, 6:05 p.m.