Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

fun-button

Kiricon3MIT1.0.0

A custom element that implements the fun-button tag

custom, element, button, fun, component

readme

fun-button

An HTML custom element implementing the <fun-button> tag.

fun-input in action

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>