React Selekt
Ultra minimal multi-select component for React.
Features
- Multi-select with predefined select options,
- Live searching through select options,
- 100% style control through adding your own classes,
- Optional headers for both selector and the selected options.
Demo
Coming soon...
Install
npm install react-selekt
Usage (ES6)
import React from 'react';import ReactDOM from 'react-dom';import Selekt from '../src/react-selekt'; Component { ; thisstate = selected: 'Express' } { this; } { return <div> <Selekt = = = = = /> </div> }
This generates the following HTML:
Select your favorite libraries. ReactJS NodeJS Webpack Your favorite libraries Express
Styling
To style different parts of Selekt, just give the elements you want to style classes through the classes prop and then reference them in your stylesheet. You can use the following