0.0.9 • Published 3 years ago

@a2000/button v0.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Button

Quick Start

  1. Begin by installing with your favourite package manager:

npm install @a2000/button

  1. Use within your HTML templates as follows:
<!DOCTYPE html>
<html>
  <head>
    <title>Quick Start</title>
    <meta charset="UTF-8" />
  </head>

  <body>
    <!-- Use web components in your HTML like regular built-in elements. -->
    <a2k-button>Hey there</a2k-button>

    <!-- a2k web components use standard JavaScript modules. -->
    <script type="module">
      import "@a2000/button/a2k-button.js";
    </script>
  </body>
</html>

API

NameTypeDefault Value
sizestringmedium
disabledbooleanfalse
0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago