Here is Select component
import BasicSelect from "@/components/ui/select-1"; export default function DemoOne() { return <BasicSelect />; }