import { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectTrigger, SelectValue, } from "@/registry/ui/select" export default function SelectScrollableDemo() { return (

Scroll through the list to see all available timezones

) }