Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
dotsunited-off-canvas-navigation
Advanced tools
Off-Canvas Navigation utilities.
With webpack:
var setup = require('dotsunited-off-canvas-navigation/lib/setup');
setup('off-canvas-navigation');
@import "~dotsunited-off-canvas-navigation/lib/mixins";
.off-canvas-navigation-button {
.dotsunited-off-canvas-navigation-button(off-canvas-navigation);
// Custom styles
position: absolute;
top: 10px;
right: 10px;
}
.off-canvas-navigation-menu {
.dotsunited-off-canvas-navigation-menu(off-canvas-navigation);
}
.off-canvas-navigation-backdrop {
.dotsunited-off-canvas-navigation-backdrop(off-canvas-navigation);
}
<button
aria-label="Open navigation"
aria-controls="off-canvas-navigation-menu"
aria-expanded="false"
class="off-canvas-navigation-button"
data-off-canvas-navigation-toggle
>
<span><span></span></span>
</button>
<div aria-hidden="true" class="off-canvas-navigation-backdrop"></div>
<section
id="off-canvas-navigation-menu"
aria-hidden="true"
class="off-canvas-navigation-menu"
>
<nav>
<ul>
<li>...</li>
</ul>
</nav>
</section>
To change the size of the button, just set a different width and height for the
first nested <span>
.
@import "~dotsunited-off-canvas-navigation/lib/mixins";
.off-canvas-navigation-button {
.dotsunited-off-canvas-navigation-button(off-canvas-navigation);
> span {
width: 100px;
height: 90px;
}
}
Copyright (c) 2015-2016 Dots United GmbH. Released under the MIT license.
FAQs
Off-Canvas Navigation utilities.
The npm package dotsunited-off-canvas-navigation receives a total of 7 weekly downloads. As such, dotsunited-off-canvas-navigation popularity was classified as not popular.
We found that dotsunited-off-canvas-navigation demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.