https://github.com/koddsson/file-tree-element
https://github.com/koddsson/file-tree-element
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/koddsson/file-tree-element
- Owner: koddsson
- License: mit
- Created: 2022-04-22T04:36:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T04:36:38.000Z (about 4 years ago)
- Last Synced: 2025-02-25T10:27:54.652Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 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.