Blazorise Icon component

Container for any type of icon font.

API

Parameters

Parameter Description TypeDefault
IconSize

Defines 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

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