minimalistic toast notifications
this tiny demo demonstrates some of its features!
- link to
macaron.css
:
<link rel="stylesheet" href="https://unpkg.com/@twinking/macaron/dist/macaron.css" type="text/css"/>
- link to
macaron.js
<script src="https://unpkg.com/@twinking/macaron/dist/macaron.js" type="text/javascript"></script>
- use macaron
macaron.success("hello from macaron!");
macaron.warn("do NOT touch my macarons");