direwolf-ifml-elements
v0.0.3
Published
IFML elements for the Direwolf Modeler
Readme
<direwolf-ifml-elements>
IFML elements for the Direwolf Modeler.
This webcomponent follows the open-wc recommendation.
Installation
npm i direwolf-ifml-elementsUsage
<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 testTesting using karma via browserstack (if applied by author)
npm run test:bsDemoing using storybook (if applied by author)
npm run storybookLinting (if applied by author)
npm run lint