From d8f3fa995b1166ea09a3be40e192084fa73c9306 Mon Sep 17 00:00:00 2001 From: DivadNojnarg Date: Sat, 11 Nov 2023 17:04:31 +0100 Subject: [PATCH] doc --- man/checkbox-group.Rd | 1 + man/radio.Rd | 1 + man/switch.Rd | 1 + 3 files changed, 3 insertions(+) diff --git a/man/checkbox-group.Rd b/man/checkbox-group.Rd index df2c04a..f46b3dd 100644 --- a/man/checkbox-group.Rd +++ b/man/checkbox-group.Rd @@ -69,6 +69,7 @@ A CheckboxGroup allows users to select one or more items from a list of choices. \examples{ library(shiny) library(shinyNextUI) +library(shiny.react) ui <- nextui_page( debug_react = TRUE, diff --git a/man/radio.Rd b/man/radio.Rd index 0398fcb..8ba9286 100644 --- a/man/radio.Rd +++ b/man/radio.Rd @@ -102,6 +102,7 @@ Radios allow users to select a single option from a list of mutually exclusive o \examples{ library(shiny) library(shinyNextUI) +library(shiny.react) ui <- nextui_page( debug_react = TRUE, diff --git a/man/switch.Rd b/man/switch.Rd index f1ca33b..1b1f7ad 100644 --- a/man/switch.Rd +++ b/man/switch.Rd @@ -55,6 +55,7 @@ The Switch component is used as an alternative for the Checkbox component. You c \examples{ library(shiny) library(shinyNextUI) +library(shiny.react) ui <- nextui_page( div(