# \<widget-navbar>

This webcomponent follows the [open-wc](https://github.com/open-wc/open-wc) recommendation.

## Installation

```bash
npm i @record-evolution/widget-navbar
```

## Usage

```html
<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

```bash
npm start
```

To run a local development server that serves the basic demo located in `demo/index.html` at http://localhost:8000/demo/
