
Security News
Official Go SDK for MCP in Development, Stable Release Expected in August
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
stacked-menu
Advanced tools
A flexible stacked navigation menu writing on JavaScript vanilla and modules.
Download the latest release of StackedMenu.
On download directories and files, you'll see something like this:
dist/
āāā css/
ā āāā stacked-menu.css
ā āāā stacked-menu.css.map
ā āāā stacked-menu.min.css
ā āāā stacked-menu.min.css.map
āāā js/
ā āāā amd/
ā āāā commonjs/
ā āāā es6/
ā āāā umd/
ā āāā stacked-menu.js
ā āāā stacked-menu.js.map
ā āāā stacked-menu.min.js
ā āāā stacked-menu.min.js.map
āāā scss/
ā āāā _collapsible.scss
ā āāā _core.scss
ā āāā _direction.scss
ā āāā _extras.scss
ā āāā _hoverable.scss
ā āāā _mixins.scss
ā āāā _variables.scss
ā āāā stacked-menu.scss
src/
README.md
Implementing as easy as posible.
<!-- StackedMenu -->
<link href="stacked-menu/dist/css/stacked-menu.min.css" rel="stylesheet">
<!-- StackedMenu -->
<script src="stacked-menu/dist/js/stacked-menu.min.js"></script>
You mush have stacked-menu
element on your markup. The template will look like this:
<div id="stacked-menu" class="stacked-menu">
<nav class="menu">
<li class="menu-item">
<a href="#" class="menu-link">
<i class="menu-icon fa fa-home"></i>
<span class="menu-text">Home</span>
<span class="badge badge-danger">9+</span>
</a>
<li>
</nav>
</div>
Then called:
var menu = new StackedMenu();
Please see API docs for more details.
StackedMenu demo are included in the download files in the root directory.
Thank-you for your interest in StackedMenu, Beni Arisandi.
If you notice any bug(s) or have any idea(s) for new feature(s), skin(s), or something else, feel free to open a issue, so we can make StackedMenu better together.
FAQs
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
Security News
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.