FlairKit

Tooltip

Tooltip can be used to provide some extra information. Information that are considered crucial should not be put in the Tooltip.

Flair is using @reach/tooltip under the hood. At the time, the children wrapped by the Tooltip should be a native HTML element (e.g.: div, a, etc.) for it to be working properly.

The label prop is used to determine what to render in the UI. The ariaLabel prop is the one that will be announced by screen readers.

3
← Try hovering on me!