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