# hamburger-navigation-sudhanshu

> A lightweight npm package to create a menu button with a dropdown list.

Latest version **0.0.3** (published 2023-11-18) · ISC license · 0 weekly downloads

## Install

```sh
npm install hamburger-navigation-sudhanshu
pnpm add hamburger-navigation-sudhanshu
yarn add hamburger-navigation-sudhanshu
bun add hamburger-navigation-sudhanshu
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.3 |
| Published | 2023-11-18 |
| First published | 2023-11-18 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | sudhanshu |
| Maintainers | sudhanshusodiyal |

## Links

- npm: https://www.npmjs.com/package/hamburger-navigation-sudhanshu
- npm.io page: https://npm.io/package/hamburger-navigation-sudhanshu

## Recent versions

- 0.0.3 (latest) — 2023-11-18
- 0.0.2 — 2023-11-18
- 0.0.1 — 2023-11-18
- 0.0.0 — 2023-11-18

## README

##  menu-button-npm

A lightweight npm package to create a menu button with a dropdown list.

## Installation

Install the package using npm:

```bash
npm install hamburger-navigation-sudhanshu
```
## How it works?
Import it in Your js file.
```javascript
import { menuButton } from "./menu.js";
```
and pass the menu button  ,content Div and Array of options  as parameter.
```javascript
const Button = document.querySelector("button");
const ContentDiv = document.querySelector(".ContentDiv");
const optionsArray = ["option1","option2"];
menuButton(button,ContentDiv,optionsArray);
```

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