Installation & Usage
Basic Usage
import { Tooltip } from 'dotti'
<Tooltip content="Helpful information">
<Button>Action</Button>
</Tooltip>Examples
Basic Tooltip
Hover over the button to see tooltip.
Code
<Tooltip content="This is a helpful tooltip">
<Button>Hover me</Button>
</Tooltip>Props
TypeScript Support
All components are fully typed with TypeScript. Check your IDE for prop suggestions and documentation.