VitNode

Tooltip

A popup that displays information related to an element when the element receives keyboard focus or the mouse hovers over it.

Shadcn UI

This component is part of Shadcn UI.

Preview

Usage

import { TooltipWrapper } from 'vitnode-frontend/components/ui/tooltip';
<TooltipWrapper content={<p>Add to library</p>}>
  <Button>Hover</Button>
</TooltipWrapper>

API Reference

Radix UI Tooltip.

On this page