0.0.3 • Published 4 years ago

direwolf-ifml-elements v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

\

IFML elements for the Direwolf Modeler.

This webcomponent follows the open-wc recommendation.

Installation

npm i direwolf-ifml-elements

Usage

<script type="module">
  import 'direwolf-ifml-elements/direwolf-ifml-elements.js';
</script>

<direwolf-ifml-elements></direwolf-ifml-elements>

Testing using karma (if applied by author)

npm run test

Testing using karma via browserstack (if applied by author)

npm run test:bs

Demoing using storybook (if applied by author)

npm run storybook

Linting (if applied by author)

npm run lint