sidebar-menu-compostrap
v2.0.17
Published
Simple and fast multi-level sidebar menu built on Bootstrap 5.
Downloads
66
Readme
Sidebar menu
Simple and fast multi-level sidebar menu built on Bootstrap 5.
Installation
npm install sidebar-menu-compostrapBuilt on
Demo
Introduction
Simple and fast multi-level sidebar menu built on Bootstrap 5. So you should be aware of how Bootstrap itself is used. The advantage is also knowledge of sass, npm.
The sidebar menu is built on the sidebar skeleton. I recommend you look at it.
Important classes in the menu
See the menu in the template.
| Description | Class | |---------------------------------|--------------| | Marks the active item | link-current | | Icon animation | bell | | Marks the drop-down menu icon | link-arrow | | Marks the hidden drop-down menu | list-hidden |
Sidebar colors
Colors are the same as bootstrap.
| Color | Sidebar | List | List icons | Scrollbar |
|----------------------------------------------------------|-------------------|----------------|------------------|---------------------|
|
| sidebar-bg-white | list-bg-white | - | scrollbar-bg-white |
|
| sidebar-bg-light | list-bg-light | - | scrollbar-bg-light |
|
| sidebar-bg-dark | list-bg-dark | - | scrollbar-bg-dark |
|
| sidebar-bg-blue | list-bg-blue | list-icon-blue | scrollbar-bg-blue |
|
| sidebar-bg-purple | list-bg-purple | list-icon-purple | scrollbar-bg-purple |
|
| sidebar-bg-pink | list-bg-pink | list-icon-pink | scrollbar-bg-pink |
|
| sidebar-bg-red | list-bg-red | list-icon-red | scrollbar-bg-red |
|
| sidebar-bg-orange | list-bg-orange | list-icon-orange | scrollbar-bg-orange |
|
| sidebar-bg-green | list-bg-green | list-icon-green | scrollbar-bg-green |
