View source: R/components-generated.R
calcite_icon | R Documentation |
Create a Icon component
calcite_icon(...)
... |
named attributes passed to |
The following properties are provided by this component:
Name | Attribute | Description | Values | Reflects to Attribute |
flipRtl | flip-rtl | When true , the icon will be flipped when the element direction is right-to-left ("rtl" ). | boolean | TRUE |
icon | icon | Displays a specific icon. | string | TRUE |
preload | preload | When true, it loads preloads the icon data. | boolean | TRUE |
scale | scale | Specifies the size of the component. | "l" | "m" | "s" | TRUE |
textLabel | text-label | Accessible name for the component. It is recommended to set this value if your icon is semantic. | string | FALSE |
an object of class calcite_component
which is a subclass of shiny.tag
calcite_icon()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.