Here is Tooltip component
npx shadcn@latest add https://21st.dev/r/base-ui/tooltip-1
Loading preview...
import ExampleTooltip from "@/components/ui/tooltip-1"; export default function DemoOne() { return <ExampleTooltip />; }