Boilerplate for creating a custom element.
$ npm install @github/custom-element-element
import '@github/custom-element-element'
<custom-element></custom-element>
Browsers without native custom element support require a polyfill.
- Chrome
- Firefox
- Safari
- Microsoft Edge
npm install
npm test
Distributed under the MIT license. See LICENSE for details.