Dark tooltip that pairs a short label with inline kbd keys for the matching shortcut.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Tooltip2 } from "@/components/beste/piece/tooltip2";
<Tooltip2
label="Duplicate row"
keys={[
"⌘",
"D"
]}
/>Dark tooltip bubble with a small triangular arrow. Direction points the tail up or down.
Dark rich tooltip carrying a headline, supporting blurb, and an inline action link.
Card-style help tooltip with an info icon, bolded title, and supporting copy beneath.
Color-swatch popover pairing a filled chip with the palette name and hex code.
Thumbnail-first tooltip showing a gradient preview, dimensions chip, filename, and author.
Chart hover tooltip with date, headline value, trend pill, and a secondary metric label.