nk-o / gutenberg-react-select-styles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gutenberg react-select Styles

Styles set for react-select component.

Usage

npm i react-select gutenberg-react-select-styles

import ReactSelect from 'react-select';
import reactSelectStyles from 'gutenberg-react-select-styles';

function ReactComponent() {
    return (
        <ReactSelect
            styles={ reactSelectStyles }
        />
    );
}

About

License:MIT License


Languages

Language:JavaScript 100.0%