pure-alert-js
v0.0.4
Published
Downloads
80
Readme
pure-alert-js
Install
$ npm install pure-alert-js
Usage
import { alert, confirm } from "pure-alert-js";
...
await alert("hello");
if (!await confirm("okay?")) {
// not okay
}
// okay
Contribution
- Fork it ( http://github.com/argano/pure-alert-js )
- 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)
- Create new Pull Request
License
MIT