@react-ag-components/selectfield
v0.0.4
Published
select React component, extends from Material-ui
Downloads
4
Keywords
Readme
Messages
React SelectField component for external web apps
Note: Messages has 4 types, warning, info, error and success
Usage
Install
npm i @react-ag-components/selectfield --save
Use in your project
import SelectField from '@react-ag-components/selectfield'
<SelectField />
Properties
- floatingLabelText -- string
- choices -- JSON array, see demo
Contributing
Get the repository
git clone https://github.com/alphillips/select-field.git
Update dependencies
npm install
Run the project
npm start
Deploy to npm
Build
npm run build -- --copy-files
Publish
npm publish --access public