npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

button-component

1.0.2

@yoshuawuyts

npmHomeRepoSnykSocket
Downloads:14
$ npm install button-component
DailyWeeklyMonthlyYearly

button-component

NPM version build status Test coverage Downloads js-standard-style

Create an extendable customElement button.

Installation

$ npm install button-component

Usage

require('webcomponents.js')

document.registerElement('custom-button', require('button-component'))

const customButton = document.createElement('button', 'custom-button')
document.body.appendChild(customButton)
// => <button is="custom-button"></custom-button>

License

MIT