tooltip
tooltip component
Not VerifiedComponent1 file
razi-style@radix-ui/react-tooltip
Preview
Preview not yet added for tooltip.
Add an entry to UI_COMPONENT_PREVIEWS in ui-component-previews.tsx to show a live preview here.
Install
npx shadcn add https://www.razisyed.cv/r/tooltipDependencies
npm i @radix-ui/react-tooltipUsage
import { tooltip } from "@/components/ui/tooltip";
export default function Example() {
return <tooltip />;
}Source
Loading source...