Socket
Book a DemoInstallSign in
Socket

@campminder/side-nav

Package Overview
Dependencies
Maintainers
0
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@campminder/side-nav

This document provides instructions on how to publish and use the Side Nav component.

0.6.8
latest
testing
npmnpm
Version published
Weekly downloads
36
20%
Maintainers
0
Weekly downloads
 
Created
Source

Side Nav Component

This document provides instructions on how to publish and use the Side Nav component.

Publishing

  • Create a PR
  • Pipeline will update the version and commit on the trunk and then push
  • Pipeline will publish to unpkg
  • After the pipeline gets completed trunk will have the latest version so make sure to get a pull

Running

  • pnpm build - build the project
  • pnpm preview - opens the project in a browser
  • to view side nav in system a. pnpm preview will create a js file b. redirect local config cat side nav url eg: config cat https://unpkg.com/@campminder/side-nav -> http://localhost:5173/dist/nav.js

Note: The publishToNpm command pushes the package to the npm registry. The exact timing of when unpkg grabs from the npm registry is not known.

Usage

To use the Side Nav component in your project, you need to include the following scripts in your HTML file:

<script
  type="module"
  crossorigin
  src="https://unpkg.com/@campminder/side-nav"></script>

Then, you can use the side-nav custom HTML element in your HTML document. This element will be replaced by the Side Nav component:

<side-nav></side-nav>

Explanation

The scripts import JavaScript files from a Content Delivery Network (CDN) into a webpage. The type="module" attribute specifies that the script should be treated as an ECMAScript module. The crossorigin attribute is used to allow the script to be fetched from a third-party site with the appropriate CORS headers.

The side-nav custom HTML element is defined in one of the imported JavaScript files. When used in an HTML document, it will be replaced by the content or functionality defined for the side-nav custom element in the JavaScript code.

Links live in src/data . Please refer to the README contained at that level.

Testing

Tests live in src/test.

Run the test with the following:

pnpm run test

FAQs

Package last updated on 30 Jan 2025

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.