The ultimate customizable toast/snackbar library for modern web applications.
Integrate WhiskrJS into your project with ease.
Install WhiskrJS via NPM:
npm install whiskrjs
Include the following script in your HTML:
<script src="https://unpkg.com/whiskrjs/dist/whiskr.umd.js"></script>
Display a simple notification:
Whiskr.show({
message: 'Hello World!',
type: 'success',
});
WhiskrJS is open-source! Star us on GitHub and contribute to make it even better.
Visit GitHub Repository