UNPKG

react-select

Version:

A Select control built with and for ReactJS

7 lines (5 loc) 242 B
import { makeAsyncSelect } from './Async'; import { makeCreatableSelect } from './Creatable'; import manageState from './stateManager'; import Select from './Select'; export default makeAsyncSelect(manageState(makeCreatableSelect(Select)));