View source: R/components-generated.R
| calcite_tabs | R Documentation |
Create a Tabs component
calcite_tabs(...)
... |
named attributes passed to |
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-titles 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 |
The following slots are provided by this component:
| Slot | Description |
| Default (unnamed) | A slot for adding calcite-tabs. |
| title-group | A slot for adding a calcite-tab-nav. |
an object of class calcite_component which is a subclass of shiny.tag
calcite_tabs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.