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