Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vanillawc/wc-demo
A vanilla web component to demo vanilla web components
https://github.com/vanillawc/wc-demo
demo vanilla web-components
Last synced: about 1 month ago
JSON representation
A vanilla web component to demo vanilla web components
- Host: GitHub
- URL: https://github.com/vanillawc/wc-demo
- Owner: vanillawc
- License: mit
- Created: 2019-11-12T02:55:34.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-15T18:26:13.000Z (over 3 years ago)
- Last Synced: 2024-09-27T07:21:55.791Z (about 2 months ago)
- Topics: demo, vanilla, web-components
- Language: JavaScript
- Size: 268 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
<wc-demo> A Component to Demo Components
## Installation
*Installation*
```sh
npm i @vanillawc/wc-demo
```*Import from NPM*
```html```
*Import from CDN*
```html```
## Demo
Try it on [WebComponents.dev](https://webcomponents.dev/edit/0nMBg8ZeCG1KHZmL49ww?sv=1&pm=1)
## Usage
Attributes
- title - the demo title
- link - link to the demo's GitHub repo
- desc - the demo's description
- src - path to the demo source file### Load an external Markdown file using the `src` attribute
```html
```
## Contributing
See [CONTRIBUTING.md](https://github.com/vanillawc/vanillawc/blob/main/CONTRIBUTING.md)