react-select-bootstrap3

0.0.3 • Public • Published

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}
    />
);

/react-select-bootstrap3/

    Package Sidebar

    Install

    npm i react-select-bootstrap3

    Weekly Downloads

    54

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    64.4 kB

    Total Files

    9

    Last publish

    Collaborators

    • burlachenko