tooltip

tooltip component

Not VerifiedComponent1 file

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/tooltip

Dependencies

npm i @radix-ui/react-tooltip

Usage

import { tooltip } from "@/components/ui/tooltip";

export default function Example() {
  return <tooltip />;
}

Source

Loading source...
razi's registry