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.
import { Popover } from "@/components/ui/popover" function PopoverDemo() { return ( <div className="block"> <Popover /> </div> ); } export { PopoverDemo };
Part of Motion Primitives — browse the full library on 21st.dev.