fun-button
v1.0.0
Published
A custom element that implements the fun-button tag
Downloads
4
Maintainers
Readme
fun-button
An HTML custom element implementing the <fun-button>
tag.
Setup
Installation
npm i fun-button
<script src="node_modules/fun-button/fun-button.js"></script>
or if you're bundling
import "fun-button";
// or
require("fun-button");
Usage
<fun-button>Button Content</fun-button>