Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

<wc-demo> A Component to Demo Components


GitHub Releases
NPM Releases
Bundlephobia
Latest Status
Release Status

Discord
Published on WebComponents.org

## 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)