Select
This select is typically rendered in forms. If you want to render a navigation menu see dropdowns.
Basic select
This is the basic select. Add a value and onChange handler to directly manage its state.
ReferenceError: React is not defined
Imports
Import React components (including CSS):
import {Select} from 'pivotal-ui/react/select';
Import CSS only:
import 'pivotal-ui/css/select';