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
- Host: GitHub
- URL: https://github.com/koddsson/number-format-element
- Owner: koddsson
- License: mit
- Created: 2022-04-29T09:37:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-29T10:30:42.000Z (about 4 years ago)
- Last Synced: 2025-03-02T13:07:05.834Z (over 1 year ago)
- Topics: custom-elements, number-format, web-components
- Language: TypeScript
- Homepage: https://koddsson.github.io/number-format-element/examples/
- Size: 110 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
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.