View source: R/cascadeSelect.R
Icon | R Documentation |
Create an icon with a given color and a given size.
Icon(icon = "pi pi-circle-fill", color = "red", size = "1.5rem", scale = 1)
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 |
A list to be included in the fields icon
of the choices
list of cascadeSelectInput
.
The color
argument has no effect on the oi
icons.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.