https://github.com/ludovicm67/react-select-material
Created with CodeSandbox
https://github.com/ludovicm67/react-select-material
creatable fr french material material-design material-ui react react-component react-select react-select-multi reactjs select
Last synced: 11 months ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/ludovicm67/react-select-material
- Owner: ludovicm67
- Created: 2018-07-13T07:40:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T09:08:30.000Z (over 7 years ago)
- Last Synced: 2025-02-09T07:33:06.949Z (about 1 year ago)
- Topics: creatable, fr, french, material, material-design, material-ui, react, react-component, react-select, react-select-multi, reactjs, select
- Language: JavaScript
- Homepage: https://codesandbox.io/s/github/ludovicm67/react-select-material
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
`react-select-material`
=======================
> Added material design to
> [`react-select`](https://github.com/JedWatson/react-select)
> package.
Working demo:
https://codesandbox.io/s/github/ludovicm67/react-select-material
Grandly inspired by the code from
https://material-ui.com/demos/autocomplete/#react-select
**But added those features:**
- French translations
- Creatable support (just pass `creatable: true` to props)
- Select component in one single file, so that it can
be much easier to integrate it to a React project.