tabler_body: Create the Tabler body wrapper

Description Usage Arguments Value Examples

View source: R/tabler.R

Description

Create the Tabler body wrapper

Usage

1
tabler_body(..., footer = NULL)

Arguments

...

Any Tabler element, especially tabler_tab_items and tabler_tab_item if used in combination with tabler_navbar.

footer

Slot for tabler_footer.

Value

An HTML tag containing the page elements.

Examples

1
2
3
4
5
6
7
if (interactive()) {
 library(shiny)

 ui <- tabler_page(tabler_body(h1("Hello World")))
 server <- function(input, output) {}
 shinyApp(ui, server)
}

DivadNojnarg/outstanding-shiny-ui-code documentation built on Nov. 2, 2021, 12:03 p.m.