Select

Display a standard HTML select.

Anatomy

Here's how the component can be composed.

() => (
  <Select>
    <option />
    <option />
    <option />
  </Select>
);

Examples

Take a peek below to uncover a bunch of interesting examples.

Label

Source Code

You can find the source code of this component here.