ReExtButton
ReExtButton is a React component for the Sencha ExtJS Button.
Installation
Use the package manager npm to install ReExtButton.
npm install @gusmano/ReExtButton
Usage
import ReExtButton from '@gusmano/ReExtButton'
<ReExtButton
config={{text: 'click me'}}
onTap={() => { console.log('clicked')}}
/>
## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)