0.0.9 • Published 2 years ago

@gusmano/reextbutton v0.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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/)
0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago