Boilerplate for creating a custom element.
JavaScript
Switch branches/tags
Nothing to show
Clone or download
dgraham Merge pull request #2 from github/readme
A little more readme
Latest commit 73efde4 Jun 27, 2018

README.md

<custom-element> element

Boilerplate for creating a custom element.

Installation

$ npm install @github/custom-element-element

Usage

import '@github/custom-element-element'
<custom-element></custom-element>

Browser support

Browsers without native custom element support require a polyfill.

  • Chrome
  • Firefox
  • Safari
  • Internet Explorer 11
  • Microsoft Edge

Development

npm install
npm test

License

Distributed under the MIT license. See LICENSE for details.