0.0.3 • Published 6 years ago
@qrt/button v0.0.3
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>