0.1.5 • Published 1 year ago
cute-buttons v0.1.5
tiny functional buttons
Usage
<html>
<head>
<script src="https://cdn.tailwindcss.com"></script>
<script src="//cdn.jsdelivr.net/npm/cute-buttons@0.1"></script>
</head>
<body>
<script>
CuteButtons.add('Sign-up').onclick = () => alert('Sign-up');
CuteButtons.add('Login').onclick = () => alert('Login');
</script>
</body>
</html>
available on npm