Create a content switcher (shows one child at a time)
Usage
content_switcher(..., initial = NULL, id = NULL, classes = NULL)
Arguments
- ...
Child widget specs (each must have an id).
- initial
Id of the initially visible child.
- id
Optional widget id.
- classes
Optional CSS classes (character vector).