imenu
v1.2.1
Published
Nested menu.
Downloads
13
Readme
IMenu
Install
yarn add imenu
Usage
No sass settings
import "imenu/dist/css.css"
Using your settings for the menu
import "./custom-imenu.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:
./bash/build.sh
— compiling src to dist;./bash/test.sh
— build in test/public.