product-offering
v0.0.0
Published
Webcomponent product-offering following open-wc recommendations
Downloads
0
Readme
<product-offering>
This webcomponent follows the open-wc recommendation.
Installation
yarn i product-offeringUsage
<script type="module">
import 'product-offering/product-offering.js';
</script>
<product-offering></product-offering>Local Demo with web-dev-server
yarn startTo run a local development server that serves the basic demo located in demo/index.html
