@record-evolution/widget-navbar
v1.0.12
Published
Webcomponent widget-navbar following open-wc recommendations
Downloads
308
Readme
<widget-navbar>
This webcomponent follows the open-wc recommendation.
Installation
npm i @record-evolution/widget-navbarUsage
<script type="module">
import '@record-evolution/widget-navbar/widget-navbar.js'
</script>
<widget-navbar-1.0.9></widget-navbar-1.0.9>Expected data format
Please take a look at the src/default-data.json to see what data is expected to make the widget show content.
Tooling configs
For most of the tools, the configuration is in the package.json to reduce the amount of files in your project.
If you customize the configuration a lot, you can consider moving them to individual files.
Local Demo with Vite
npm startTo run a local development server that serves the basic demo located in demo/index.html at http://localhost:8000/demo/
