Icon {cascadeSelect} | R Documentation |
Create an icon
Description
Create an icon with a given color and a given size.
Usage
Icon(icon = "pi pi-circle-fill", color = "red", size = "1.5rem", scale = 1)
Arguments
icon |
the name (actually the class name) of the icon;
PrimeIcons are available, for example |
color |
a CSS color, e.g. |
size |
size of the icon, a css measurement (e.g.
|
scale |
a positive number, the scale for an |
Value
A list to be included in the fields icon
of the choices
list of cascadeSelectInput
.
Note
The color
argument has no effect on the oi
icons.