https://github.com/nvisionative/nvquickbrandsnavbar
https://github.com/nvisionative/nvquickbrandsnavbar
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nvisionative/nvquickbrandsnavbar
- Owner: nvisionative
- Created: 2025-03-19T21:01:00.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-03-19T21:01:01.000Z (about 1 year ago)
- Last Synced: 2025-03-27T21:44:34.729Z (about 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://stenciljs.com)
# nvquick Brands Navbar
> This is a web-component to handle the display of a brands navigation bar across all website properties within the overarching brand portfolio.
## Getting Started
To develop on this project:
Clone the project and run:
```bash
npm install
npm start
```
To build the component for production, run:
```bash
npm run build
```
Need help? Check out the stencil docs [here](https://stenciljs.com/docs/my-first-component).
## Using this component
### Lazy Loading
```html
```
This will only load the necessary scripts needed to render ``. Once more components of this package are used, they will automatically be loaded lazily.
You can also import the script as part of your `node_modules` in your applications entry file:
```tsx
import '@nvisionative/nvq-brands-nav-bar/dist/nvq-brands-nav-bar/nvq-brands-nav-bar.esm.js';
```