import { NativeSelect, NativeSelectOption, } from "@/examples/base/ui/native-select" export default function NativeSelectDemo() { return ( Select status Todo In Progress Done Cancelled ) }