1.3.2 • Published 4 years ago
@tractorzoom/simple-select v1.3.2
@tractorzoom/simple-select
Wrapper for select using Material UI's TextField
Install
npm i --save @tractorzoom/simple-selectSimple Select Props
| value | required | description |
|---|---|---|
| options | no | array of options; can be strings or objects with a value and label property |
| variant | no | string for Material UI text field variant styling (defaults to outlined) |
Additional props will be passed to Material UI TextField
Contributing
We welcome improvements and fixes via PRs. Review the contributing guidelines in the repository readme for how to get started.