@intoto-dev/bibliotheca-info-tooltip
v0.26.6
Published
Explain how to install etc
Downloads
247
Readme
<InfoTooltip />
component
Live Demo
A simple component to display information in a tooltip with an icon and provided text.
Installation
Add InfoTooltip to your project with the following command:
npm i @intoto-dev/bibliotheca-info-tooltip
Basic Usage
Import the InfoTooltip component and add the text to display on hover.
import { InfoTooltip } from '@intoto-dev/bibliotheca-info-tooltip';
<InfoTooltip text="Text you want to display on hover" />