chakraExample {shinyChakraUI} | R Documentation |
A function to run examples of Shiny apps with Chakra components.
chakraExample(example, display.mode = "showcase", ...)
example |
example name |
display.mode |
the display mode to use when running the example; see
|
... |
arguments passed to |
No return value, just launches a Shiny app.
if(interactive()){
chakraExample("Menu")
}