https://github.com/koddsson/project-bored
https://github.com/koddsson/project-bored
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/koddsson/project-bored
- Owner: koddsson
- License: mit
- Created: 2022-06-07T14:01:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T14:01:09.000Z (about 4 years ago)
- Last Synced: 2025-01-08T00:57:46.198Z (over 1 year ago)
- Language: TypeScript
- Size: 19.5 KB
- Stars: 0
- 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.