pnpm dlx shadcn@latest add https://shark-ui.vercel.app/r/select.jsonimport {
Select,
SelectTrigger,
SelectValue,
} from "@/components/ui/select"; <Select>
<SelectTrigger>
<SelectValueText placeholder="Select an option" />
</SelectTrigger>
<SelectContent>
<SelectItem value="1">Option 1</SelectItem>
</SelectContent>
</Select>pnpm dlx shadcn@latest add https://shark-ui.vercel.app/r/select.json