Select
Dropdown select with a token-styled arrow (native arrow hidden via appearance-none) — pairs with Field.
FormsUsage
import { Select } from "@zudo-sg/ui";
<Select
name="purpose"
options={[{ value: "product", label: "Product inquiry" }]}
/>Default