← All matrices

Select

Native <select> styled, with custom chevron and the same state surface as Input.

Source react/src/atoms/Select.tsx Bundle 1.41 KB min / 0.77 KB gz LOC 76
Variant Default Hover Focus Error Disabled
basic
with placeholder

With label + error

StateRender
default
error
Please pick a plan to continue
Props: label, error, options ({value,label,disabled}[]), placeholder + native select attrs.
forwardRef: yes (HTMLSelectElement). Custom chevron rendered inline as SVG.