Skip to content

A custom element implementing the fun-button tag

Notifications You must be signed in to change notification settings

Kiricon/fun-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

A custom element implementing the fun-button tag

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published