Open
Description
I'm not sure if this is already available, but it would be nice to have the ability to add a hover label to an icon or button. You can add the "title" attribute to a button and have the standard hover label/tool-tip display, but it doesn't match the aesthetic of the UI, and doesn't align with the element nicely.
<Button bg="white" title="test">
<Icon name="Logout" size="2rem" />
</Button>
This will display a label of "test" when hovering over the element, for example.
I'm not sure if what I'm asking is even possible, but just figured I would throw it out there.