Learn R Programming

tabler (version 0.1.0)

layout_fluid: Build fluid layout structure

Description

Build structure for the fluid layout which uses a top navbar

Usage

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

Arguments

navbar

Navbar component

sidebar

Not used

body

Body content

footer

Footer content