@twinking/macaron
v0.1.6
Published
minimalistic toast notifications
Downloads
86
Readme
macaron🍩
minimalistic toast notifications
this tiny demo demonstrates some of its features!
usage
- 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");