@react-ag-components/checkbox
v0.0.7
Published
checkbox React component, extends from Material-ui
Keywords
Readme
Messages
React Messages component for external web apps
Note: Messages has 4 types, warning, info, error and success
Usage
Install
npm i @react-ag-components/checkbox --saveUse in your project
import Messages from '@react-ag-components/checkbox'<Checkbox />Properties
- label
- defaultChecked -- boolean
- disabled
- inputStyle
- labelPosition -- 'left' or 'right'
- labelStyle
- onCheck
- style
Contributing
Get the repository
git clone https://github.com/alphillips/checkbox.gitUpdate dependencies
npm installRun the project
npm startDeploy to npm
Build
npm run build -- --copy-files
Publish
npm publish --access public
