0.0.3 • Published 6 years ago

@qrt/button v0.0.3

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

QRT Button

Example

From your project folder, install the component from npm.

npm install @qrt/button

Import the component.

In an HTML page:

<script type="module">
import './path-to/qrt/button.js';
</script>

Add the component to your application or component:

<qrt-button>Click</qrt-button>