Skip to content
Branch: master
Go to file
Clone

Latest commit

muan committed ec552e8 Jun 24, 2020
Simplify default setup
Most apps don't need to be tested on different OSes

Files

Permalink
Failed to load latest commit information.

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
  • Microsoft Edge

Development

npm install
npm test

License

Distributed under the MIT license. See LICENSE for details.

You can’t perform that action at this time.