Create a Tab component
calcite_tab.Rd
Create a Tab component
Arguments
- ...
named attributes passed to
htmltools::tag()
Details
Properties
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 |