lipp / custom-element-boilerplate

Boilerplate for creating a custom element.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<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.

About

Boilerplate for creating a custom element.

License:MIT License


Languages

Language:JavaScript 100.0%