Hi:
Can you port this into a Meteor Package?
Like the original SweetAlert:
https://atmospherejs.com/kevohagan/sweetalert
https://github.com/kevohagan/meteor-sweetalert/
Thanks in advance!
I'm not familiar to Meteor. Contributions are welcome!
Meteor 1.3 now have direct support for npm packages, https://npmjs.com/package/sweetalert2
I work fine for me
npm install --save sweetalert2
// Import
import swal from 'sweetalert2';
import 'sweetalert2/dist/sweetalert2.min.css';
Most helpful comment
I work fine for me