SelectDisplays a list of options for the user to pick from—triggered by a button.Docs API Reference Dependencies@radix-ui/react-select: v2.1.2 PreviewCodeSelect a fruit Installation CLIManualnpmpnpmyarnbunnpx @kosori/cli add components select Usage import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue, } from '~/components/ui/select'; <Select> <SelectTrigger className='w-[180px]'> <SelectValue placeholder='Theme' /> </SelectTrigger> <SelectContent> <SelectItem value='light'>Light</SelectItem> <SelectItem value='dark'>Dark</SelectItem> <SelectItem value='system'>System</SelectItem> </SelectContent> </Select> Examples Scrollable PreviewCodeSelect a timezone Form PreviewCodeEmailSelect a verified email to displayYou can manage email addresses in your email settings.SubmitEdit on GitHubPreviousScroll AreaNextSeparator