Learn R Programming

tabler (version 0.1.0)

layout_rtl: Build rtl layout structure

Description

Right-to-left layout variant - transforms vertical navbar to horizontal with brand and theme inside ul

Usage

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

Arguments