Tooltip
1.0.1Accessible Tooltip primitive adapted from shadcn/ui.
npx jabkit add tooltipComponent Data
- ID
- tooltip
- Category
- atoms
- Version
- 1.0.1
- Added
- 2026-08-30
- Type
- component
- Keyboard nav
- Yes
- Reduced motion
- Yes
tooltipprimitiveaccessible
Dependencies
- clsx
- tailwind-merge
- react
Examples
Default
<div className="dark bg-background p-6">
<Tooltip />
</div>