Dark tooltip that pairs a short label with inline kbd keys for the matching shortcut.
The import and the props worth knowing about, in one place.
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.