View source: R/components-generated.R
calcite_tab | R Documentation |
Create a Tab component
calcite_tab(...)
... |
named attributes passed to |
The following properties are provided by this component:
Name | Attribute | Description | Values | Reflects to Attribute |
selected | selected | When true , the component's contents are selected. Only one tab can be selected within the calcite-tabs parent. | boolean | TRUE |
tab | tab | Specifies a unique name for the component. When specified, use the same value on the calcite-tab-title . | string | TRUE |
The following slots are provided by this component:
Slot | Description |
Default (unnamed) | A slot for adding custom content. |
an object of class calcite_component
which is a subclass of shiny.tag
calcite_tab()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.