Create a Tabs component
calcite_tabs.Rd
Create a Tabs 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 |
bordered | bordered | When true , the component will display with a folder style menu. | boolean | FALSE |
layout | layout | Specifies the layout of the calcite-tab-nav , justifying the calcite-tab-title s to the start ("inline" ), or across and centered ("center" ). | "center" | "inline" | TRUE |
position | position | Specifies the position of calcite-tab-nav and calcite-tab-title components in relation to the calcite-tabs . | "bottom" | "top" | TRUE |
scale | scale | Specifies the size of the component. | "l" | "m" | "s" | TRUE |