nextui_page {shinyNextUI} | R Documentation |
NextUI page wrapper
Description
Suppressed Bootstrap dependency which is not needed.
Usage
nextui_page(..., dark_mode = FALSE, debug_react = FALSE)
Arguments
... |
UI elements. |
dark_mode |
Apply global dark mode. If NULL, no switch is shown. |
debug_react |
Whether to enable react debug mode. Default to FALSE. |
Value
Object which can be passed as the UI of a Shiny app.
[Package shinyNextUI version 0.1.0 Index]