Library Blazor Components Tooltip Reference Classes Tooltip Icon

Icon

Specifies optional icon from a predefined set to be shown beside the title.

razor
[Parameter]
public IconIdentifier? Icon { get; set; }

Example

razor
<Tooltip Title="Upload to the cloud" Icon="IconIdentifier.Cloud">
    <Button>Hover</Button>
</Tooltip>

Sign in