
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@pnx-mixtape/elevator
Advanced tools
Documentation and examples: Elevator
npm install @pnx-mixtape/elevator --save
CSS
@import '@pnx-mixtape/elevator';@import url('dist/elevator.css');<link href="dist/elevator.css" rel="stylesheet" type="text/css">Web Components
Web Components are self defined, simply import the desired feature. These do not use the Shadow DOM. External CSS applies.
import '@pnx-mixtape/elevator/ElevatorBase'; and be sure to include <mx-elevator> around the <nav /> tag.[data-content] attribute to specify where to look for headings (required).[data-headings] attribute to customise the heading levels. Default is h2.<mx-elevator data-content=".page__sections" data-headings="h2, h3">
<nav class="elevator nav nav--jump">
<h4>Jump to Section</h4>
<ul></ul>
</nav>
</mx-elevator>
<div class="page__sections">
<h2 id="section">Section title</h2>
</div>
See twig files for all HTML examples.
Vanilla JS (to be deprecated)
import { Elevator, ElevatorOverflow } from '@pnx-mixtape/elevator';import ElevatorOverflow from '@pnx-mixtape/elevator/elevator-overflow';<script src="dist/elevator.js" type="text/javascript"></script>HTML
<nav data-elevator class="elevator nav nav--jump">
<h4>Jump to Section</h4>
<ul></ul>
</nav>
<div class="page__sections">
<h2 id="section">Section title</h2>
</div>
FAQs
elevator component
We found that @pnx-mixtape/elevator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.