popover

popover component

Not VerifiedComponent1 file

Preview

Preview not yet added for popover.

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

Dependencies

npm i @radix-ui/react-popover

Usage

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

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

Source

Loading source...
razi's registry