Create Survey UI Wrapper
survey_ui_wrapper.Rd
Creates a Shiny UI wrapper for displaying a survey with an optional response table. The UI includes a loading spinner and conditional panels based on survey state.
Usage
survey_ui_wrapper(
theme = NULL,
theme_color = "#000000",
theme_mode = "light",
cookie_expiration_days = 7
)