π¨iziToast and platform
Warning! Warning! Warning!
iziToast
Install
require("https://cdnjs.cloudflare.com/ajax/libs/izitoast/1.4.0/js/iziToast.min.js")
addLink("https://cdn.jsdelivr.net/npm/izitoast/dist/css/iziToast.min.css");iziToast.success({
title: 'OK',
message: 'Successfully inserted record!',
});
iziToast.info({
title: 'Hello',
message: 'Welcome!',
});
iziToast.warning({
title: 'Caution',
message: 'You forgot important data',
});
iziToast.error({
title: 'Error',
message: 'Illegal operation',
});Getos
Install
Last updated
