0.0.10 • Published 6 years ago

react-selectize-js v0.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
6 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

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago