0.0.8 • Published 9 months ago
@phila/phila-ui-tooltip v0.0.8
Notes
The tooltip is positioned according to the space available on the screen. On mobile the tooltip is enabled on tap, and an X is shown to allow users to close it.
Code Samples
Basic tooltip with dark mode enabled (default)
<tooltip message="My tooltip message" />
Basic tooltip with light mode enabled
<tooltip message="My tooltip message" mode="light" />