Tootlips
Creates an easy to use tooltips component that allows for popups on hover of an element.
Once imported it can be modified the way you want.
Prefixes
Props
Tooltips take the following props:
- children: ReactNode
- position?: &qout;left&qout; | &qout;right&qout; | &qout;bottom&qout; | &qout;top&qout;
Example: An example of the usage is provided in the snippet.
Preview
Top
Yay you hovered over me.
Bottom
Yay you hovered over me.
Left
Yay you hovered over me.
Right
Yay you hovered over me.