An open API service indexing awesome lists of open source software.

https://github.com/koddsson/number-format-element


https://github.com/koddsson/number-format-element

custom-elements number-format web-components

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# <custom-element> element

Boilerplate for creating a custom element.

## Installation

```
$ npm install @github/custom-element-element
```

## Usage

```js
import '@github/custom-element-element'
```

```html

```

## Browser support

Browsers without native [custom element support][support] require a [polyfill][].

- Chrome
- Firefox
- Safari
- Microsoft Edge

[support]: https://caniuse.com/#feat=custom-elementsv1
[polyfill]: https://github.com/webcomponents/custom-elements

## Development

```
npm install
npm test
```

## License

Distributed under the MIT license. See LICENSE for details.