0.1.0 • Published 2 years ago

direwolf-elements v0.1.0

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

\

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.

Installation

npm i direwolf-elements

Usage

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

<direwolf-elements></direwolf-elements>

Development

This webcomponent follows the open-wc recommendations.