![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
@vaadin-component-factory/vcf-anchor-nav
Advanced tools
Component with tabs used as anchor navigation and content sections. Automates the linking of tabs and sections.
Web Component for easily creating layouts with sticky anchor navigation tabs and content sections.
Live demo ↗ | API documentation ↗
Install vcf-anchor-nav
:
npm i @vaadin-component-factory/vcf-anchor-nav --save
Once installed, import it in your application:
import '@vaadin-component-factory/vcf-anchor-nav';
Add <vcf-anchor-nav>
element and <vcf-anchor-nav-section>
s to the page.
<vcf-anchor-nav>
<h1 slot="header">Header</h1>
<vcf-anchor-nav-section name="One"> ... </vcf-anchor-nav-section>
<vcf-anchor-nav-section name="Two"> ... </vcf-anchor-nav-section>
<vcf-anchor-nav-section name="Three"> ... </vcf-anchor-nav-section>
</vcf-anchor-nav>
Fork the vcf-anchor-nav
repository and clone it locally.
Make sure you have npm installed.
When in the vcf-anchor-nav
directory, run npm install
to install dependencies.
Run npm start
to open the demo.
This is the client-side (Polymer 3) web component. If you are looking for the server-side (Java) API for the Vaadin Platform, it can be found here: Anchor Nav
Apache License 2.0
FAQs
Component with tabs used as anchor navigation and content sections. Automates the linking of tabs and sections.
The npm package @vaadin-component-factory/vcf-anchor-nav receives a total of 80 weekly downloads. As such, @vaadin-component-factory/vcf-anchor-nav popularity was classified as not popular.
We found that @vaadin-component-factory/vcf-anchor-nav demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.