Create a Icon component
calcite_icon.Rd
Create a Icon 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 |
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 |