Sweetalert2: SweetAlert2 for MeteorJS

Created on 31 Mar 2016  路  4Comments  路  Source: sweetalert2/sweetalert2

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!

Most helpful comment

I work fine for me

npm install --save sweetalert2

// Import
import swal from 'sweetalert2';
import 'sweetalert2/dist/sweetalert2.min.css';

All 4 comments

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';
Was this page helpful?
0 / 5 - 0 ratings