Learn R Programming

tabler (version 0.1.0)

layout_vertical: Build vertical layout structure

Description

Vertical layout with sidebar on the left

Usage

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

Arguments