Blazorise Icons API
Explore the Blazorise Icons API reference for parameters, events, methods, and related types.
For examples and usage guidance, see the Icons documentation.
API
Parameters
| Parameter | Description | Type | Default |
|---|---|---|---|
FixedWidth |
Renders the icon within a fixed-width slot. |
bool | false |
IconSize |
Specifies 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 |
Notifies when the icon is clicked. |
EventCallback<MouseEventArgs> |
MouseOut |
Notifies when the mouse has left the icon area. |
EventCallback<MouseEventArgs> |
MouseOver |
Notifies when the mouse has entered the icon area. |
EventCallback<MouseEventArgs> |