0.0.3 • Published 6 years ago

react-select-bootstrap3 v0.0.3

Weekly downloads
22
License
MIT
Repository
github
Last release
6 years ago

Twitter Bootstrap styles for react-select component. Feel free to send PRs with improvements.

Example

Example

Installation

npm i react-select-bootstrap3 --save

Usage

import Select from 'react-select';
import { styles } from 'react-select-bootstrap3';

const options = [
    {value: 'chocolate', label: 'Chocolate'},
    {value: 'strawberry', label: 'Strawberry'},
    {value: 'vanilla', label: 'Vanilla'},
];

const select = (
    <Select
        options={options}
        styles={styles}
    />
);
0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago