Description Usage Arguments Value Examples
Create the Tabler body wrapper
1 | tabler_body(..., footer = NULL)
|
... |
Any Tabler element, especially tabler_tab_items and tabler_tab_item if used in combination with tabler_navbar. |
footer |
Slot for tabler_footer. |
An HTML tag containing the page elements.
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)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.