ios-confirm
An ios-like confirm based on Promise.
install
yarn add ios-confirm
usage
- import:
- use it like promise:
3.for more info to customize:
todo
- i18n / customize
- decoupling
- CSS Modules
contributing
- Fork it!
- Create your feature branch:
git checkout -b MY-NEW-FEATURE
- Commit your changes:
git commit -am 'ADD SOME FEATURE'
- Push to the branch:
git push origin MY-NEW-FEATURE
- Submit a pull request :D