View source: R/components-generated.R
| calcite_fab | R Documentation |
Create a Fab component
calcite_fab(...)
... |
named attributes passed to |
The following properties are provided by this component:
| Name | Attribute | Description | Values | Reflects to Attribute |
| appearance | appearance | Specifies the appearance style of the component. | "outline-fill" | "solid" | TRUE |
| disabled | disabled | When true, interaction is prevented and the component is displayed with lower opacity. | boolean | TRUE |
| icon | icon | Specifies an icon to display. | string | TRUE |
| iconFlipRtl | icon-flip-rtl | When true, the icon will be flipped when the element direction is right-to-left ("rtl"). | boolean | TRUE |
| kind | kind | Specifies the kind of the component, which will apply to border and background. | "brand" | "danger" | "inverse" | "neutral" | TRUE |
| label | label | Accessible name for the component. | string | FALSE |
| loading | loading | When true, a busy indicator is displayed. | boolean | TRUE |
| scale | scale | Specifies the size of the component. | "l" | "m" | "s" | TRUE |
| text | text | Specifies text to accompany the component's icon. | string | FALSE |
| textEnabled | text-enabled | When true, displays the text value in the component. | boolean | TRUE |
an object of class calcite_component which is a subclass of shiny.tag
calcite_fab()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.