Files
open-wc/packages/example-vanilla/README.md
2018-09-17 14:56:22 +02:00

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