0.0.9 • Published 7 months ago

@gusmano/reextbutton v0.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months 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

7 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago