2.0.1 • Published 3 years ago

xxxtoastr v2.0.1

Weekly downloads
9
License
ISC
Repository
github
Last release
3 years ago

xxxtoastr

import {Toastr,useToastr} from 'xxxtoastr' /init/ const app = createApp(App); let toastr_unit = new Toastr({ "closeButton": false, "debug": false, "newestOnTop": false, "progressBar": true, "positionClass": "toastr-top-center", "preventDuplicates": false, "onclick": null, "showDuration": "300", "hideDuration": "1000", "timeOut": "3000", "extendedTimeOut": "1000", "showEasing": "swing", "hideEasing": "linear", "showMethod": "fadeIn", "hideMethod": "fadeOut" }) app.use(toastr_unit);

/use/ const toastr = useToastr(); toastr.info('test');

2.0.1

3 years ago

2.0.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago