Learn R Programming

tabler (version 0.1.0)

layout_boxed: Build boxed layout structure

Description

Build the HTML structure for the boxed layout. This layout has a top navbar.

Usage

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

Arguments

navbar

Navbar component (or list with top/side for combo)

sidebar

Sidebar component (not typically used when passing list)

body

Body content

footer

Footer component