# imenu

> Nested menu.

Latest version **1.2.1** (published 2020-07-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install imenu
pnpm add imenu
yarn add imenu
bun add imenu
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.1 |
| Published | 2020-07-23 |
| First published | 2020-03-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 8.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | zlatov |
| Maintainers | zlatov |
| Keywords | css menu, nested menu |

## Links

- npm: https://www.npmjs.com/package/imenu
- Repository: https://git@github.com:Zlatov/imenu
- npm.io page: https://npm.io/package/imenu

## Recent versions

- 1.2.1 (latest) — 2020-07-23
- 1.2.0 — 2020-07-23
- 1.1.3 — 2020-07-23
- 1.1.2 — 2020-07-23
- 1.1.1 — 2020-03-17
- 1.1.0 — 2020-03-17
- 1.0.3 — 2020-03-12
- 1.0.2 — 2020-03-11
- 1.0.1 — 2020-03-11
- 1.0.0 — 2020-03-11

## README

# IMenu

## Install

`yarn add imenu`




## Usage

__No sass settings__

```js
import "imenu/dist/css.css"
```

__Using your settings for the menu__

```js
import "./custom-imenu.scss"
```

```scss
// ./custom-imenu.scss
// Imenu custom settings
$imenu_width: 100px;
$imenu_nested_width: 200px;
$imenu_background_color: red;
$imenu_hover_background_color: black;
$imenu_current_background_color: black;
$imenu_border_color: red;
$imenu_color: white;
$imenu_border_radius: 0;

// Imenu styles
@import "imenu/src/sass.scss";
```




## Development

Run both webpack processes:

1. `./bash/build.sh` — compiling src to dist;
2. `./bash/test.sh` — build in test/public.




## License

[MIT License](https://opensource.org/licenses/MIT).

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