Loading preview...
Here is Popover component
@base-ui
npx shadcn@latest add https://21st.dev/r/base-ui/popover-1
import ExamplePopover from "@/components/ui/popover-1"; export default function DemoOne() { return <ExamplePopover />; }