# Chapel Web Components

## Publish
```bash
$ npm run build
$ npm version {new SEM_VERSION}
$ npm run publish
```

## Use
```html
<script
  type="module"
  src="https://cdn.jsdelivr.net/npm/@chapel.at/web-components@latest/dist/chapel-web-components/chapel-web-components.esm.js"
></script>
<chapel-component some-prop="foo"></chapel-component>
```
