gutenberg-react-select-styles

0.0.2 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i gutenberg-react-select-styles

      Weekly Downloads

      51

      Version

      0.0.2

      License

      MIT

      Unpacked Size

      5.95 kB

      Total Files

      5

      Last publish

      Collaborators

      • nk-o