The Web Components in this package are the base elements for any Direwolf Space. Any element that wants to have access to the global and shared states needs to implement direwolf-node-mixin
.
npm i direwolf-elements
<script type="module">
import 'direwolf-elements/direwolf-elements.js';
</script>
<direwolf-elements></direwolf-elements>
This webcomponent follows the open-wc recommendations.