React Confirm Button Component
npm install react-confirm-buttonnpm install --save react-confirm-button
You may install bootstrap or material-ui or any other styling, as desired.
``js
import ConfirmButton from 'react-confirm-button';
...
Basic Confirmation Button
Fully Customized Button
See more examples and demos on storybook @ zeroasterisk.github.io
and the source code for those examples in the stories
* React
- [x] support children content as confirm text?
- [x] support disabled state
- [x] make CSS framework agnostic
- [ ] make redux version?
Coded during a JSLou Meetup
Awesome Tools Used: