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 TypeDefault
FixedWidth

Renders the icon within a fixed-width slot.

boolfalse
IconSize

Specifies the icon size.

IconSize?null
IconStyle

Suggested icon style.

IconStyle?null
Name

Icon name that can be either a string or IconName.

objectnull

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>
On this page