Zudo Sg

Type to search...

to open search from anywhere

Select

Dropdown select with a token-styled arrow (native arrow hidden via appearance-none) — pairs with Field.

Forms

Usage

import { Select } from "@zudo-sg/ui";

<Select
  name="purpose"
  options={[{ value: "product", label: "Product inquiry" }]}
/>
Default