Select
A native select styled to match the system.
Snippet
import { Select } from '@creo-team/buzz-ui/server'
<Select label="Favorite" defaultValue="">
<option value="" disabled>Select one</option>
<option value="a">Option A</option>
</Select>
Accessibility: ensure the label is associated; include a disabled placeholder option if nothing is selected.
Full API: /components/select/api