htmlintermediatemit
Sidebar
A vertical navigation sidebar with active state.
3.8k1.9k436246
About this module
A dashboard sidebar with grouped links, icons and a highlighted active item.
#nav#sidebar#dashboard
Source code
Installation
- 1
Create the files
Create `index.html`, `style.css` and (if listed) `script.js` in the same folder.
- 2
Paste the code
Copy each file's source into its matching file.
- 3
Open in the browser
Open `index.html` in any modern browser.
Usage
- 1
Copy the HTML
Paste the markup where you need it.
<link rel="stylesheet" href="style.css" /> <aside class="mh-sidebar"> <div class="mh-side-brand">✦ Acme</div> <nav aria-label="Sidebar"> <p class="mh-side-label">Workspace</p> <a class="active" href="#"><span>📊</span> Overview</a> <a href="#"><span>📦</span> Modules</a> <a href="#"><span>🧩</span> Sections</a> <p class="mh-side-label">Account</p> <a href="#"><span>⚙️</span> Settings</a> <a href="#"><span>👤</span> Profile</a> </nav> </aside>