Library Blazor Components Tooltip

Tooltip

Component that adds tooltip (hint) to other components or elements.

Usage

For a component to obtain a tooltip, it should be wrapped by Tooltip component.

razor
<Tooltip Title="Process" Text="Process the data and export it to a folder.">
    <Button>Start</Start>
</Tooltip>

Sign in