mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
484 B
484 B
<example-vanilla>
This webcomponent follows the open-wc recommendation.
Installation
npm i example-vanilla
Usage
<script type="module">
import 'example-vanilla/example-vanilla.js';
</script>
<example-vanilla></example-vanilla>
Demos using storybook (if applied by author)
npm run storybook
# visit provided url
Linting using eslint (if applied by author)
npm run lint:eslint