0.0.10 • Published 4 years ago

react-selectize-js v0.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

react-selectize-js

Light weight selectize.js component for react. demo

Install

yarn add react-selectize-js

Usage

import { Select } from 'react-selectize-js';

<Select onChange={(event) => console.log(event.target.value)}>
  <option value="1">Chuck Tesla</option>
  <option value="2">Elon Musk</option>
  <option value="3">Paweł Kuna</option>
  <option value="4">Nikola Tesla</option>
</Select>
0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago