Select
Displays a list of options for the user to pick from, triggered by a button.
Preview
Installation
Install the package using your preferred package manager:
npx shadcn@latest add @airy/selectUsage
Import the component from the package:
import { Select } from "@/registry/ui/select"Then use it in your application:
<Select />