Wrapper components of react-select package.
- Premade types Have premade styled types for quick usage.
- Images and Icons Premade
typeto support image and icon select items. - Colors Premade
typeto support colored text or label `select items
Install using npm:
npm install @ox2/select --saveInstall using yarn:
yarn add @ox2/selectimport Select from '@ox2/select/Select';
const handleUpdate = (value) => console.log('👾👾', value);
<Select
options={myItems}
onUpdate={handleUpdate}
/>Changes are tracked in the CHANGELOG.md