Skip to content

nk-o/gutenberg-react-select-styles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published