0.1.5 • Published 1 year ago

cute-buttons v0.1.5

Weekly downloads
-
License
https://raw.githu...
Repository
github
Last release
1 year ago

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

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.0

1 year ago