toast-emoji
Version:
Toast emoji is a toast web component, that randomly adds an emoji { 😁 } to your toast message.
16 lines (13 loc) • 446 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<script src="./index.js"></script>
</head>
<body>
<toast-emoji type="light" position="center" class="clas top-left" message="Welcome Jaren, we are exicited to get you started "></toast-emoji>
</body>
</html>