calcite_icon: Create a Icon component

View source: R/components-generated.R

calcite_iconR Documentation

Create a Icon component

Description

Create a Icon component

Usage

calcite_icon(...)

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

Value

an object of class calcite_component which is a subclass of shiny.tag

References

Official Documentation

Examples

calcite_icon()

calcite documentation built on April 3, 2025, 7:11 p.m.