Learn R Programming

shinyNextUI (version 0.1.0)

nextui_page: NextUI page wrapper

Description

Suppressed Bootstrap dependency which is not needed.

Usage

nextui_page(..., dark_mode = FALSE, debug_react = FALSE)

Value

Object which can be passed as the UI of a Shiny app.

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.