Components
Loading preview...
A simple popover for quick user interactions over existing content. It pops up on command, and closes easily with a click outside or on a close button.
@motion-primitives
npx shadcn@latest add https://21st.dev/r/ibelick/popoverimport { Popover } from "@/components/ui/popover"
function PopoverDemo() {
return (
<div className="block">
<Popover />
</div>
);
}
export { PopoverDemo };