Blazorise Icon component
Container for any type of icon font.
API
Parameters
| Parameter | Description | Type | Default |
|---|---|---|---|
IconSize |
Defines the icon size. |
IconSize? | null |
IconStyle |
Suggested icon style. |
IconStyle? | null |
Name |
Icon name that can be either a string or IconName. |
object | null |
Events
| Event | Description | Type |
|---|---|---|
Clicked |
Occurs when the icon is clicked. |
EventCallback<MouseEventArgs> |
MouseOut |
Occurs when the mouse has left the icon area. |
EventCallback<MouseEventArgs> |
MouseOver |
Occurs when the mouse has entered the icon area. |
EventCallback<MouseEventArgs> |