Tooltip

Dark tooltip bubble with a small triangular arrow. Direction points the tail up or down.

Pin to favorites

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Tooltip1 } from "@/components/beste/piece/tooltip1";

<Tooltip1
  label="Pin to favorites"
  direction="top"
/>