# bluegg-nav

> JS enabled responsive nav

Latest version **0.0.4** (published 2017-07-27) · ISC license · 0 weekly downloads

## Install

```sh
npm install bluegg-nav
pnpm add bluegg-nav
yarn add bluegg-nav
bun add bluegg-nav
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2017-07-27 |
| First published | 2016-08-30 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | bluegg |
| Maintainers | bluegg |

## Links

- npm: https://www.npmjs.com/package/bluegg-nav
- Repository: https://github.com/Bluegg/bluegg-nav
- Homepage: https://github.com/Bluegg/bluegg-nav#readme
- Issues: https://github.com/Bluegg/bluegg-nav/issues
- npm.io page: https://npm.io/package/bluegg-nav

## Recent versions

- 0.0.4 (latest) — 2017-07-27
- 0.0.3 — 2017-04-03
- 0.0.2 — 2016-08-30
- 0.0.1 — 2016-08-30

## README

# Bluegg Module Boilerplate

Basic JS enabled navigation for responsive goodness. Supports multiple instances. [See a demo](http://codepen.io/matthewbeta/pen/dpbNbK)

1. Install
```shell
npm install bluegg-nav
```

2. Import and run module
```js
var Nav = require('bluegg-nav');

//either use defaults
var defaultNav = new Nav();

var optionsNav = new Nav({
	nav: '.js-nav', // should be unique
	trigger: '.js-nav-trigger', // should be unique
	openClass: 'is-open',
	bodyClass: 'js-mobile-nav-open'
});
```

3. 🍸

---
_Source: https://npm.io/package/bluegg-nav · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
