import { NativeSelect, NativeSelectOptGroup, NativeSelectOption, } from "@/examples/radix/ui/native-select" export function NativeSelectWithGroups() { return ( Select a food Apple Banana Blueberry Carrot Broccoli Spinach ) }