Socket
Socket
Sign inDemoInstall

@e3c-summer-worker/navigation-mandarin

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@e3c-summer-worker/navigation-mandarin

Making our custom headers is a bit involved. We have to copy a lot of HTML code into the scripts, and it's confusing and difficult to debug if something changes and goes wrong, especially if our only text editor is the one built into Squarespace.


Version published
Maintainers
1
0

Weekly downloads

Readme

Source

Navigation Mandarin

Making our custom headers is a bit involved. We have to copy a lot of HTML code into the scripts, and it's confusing and difficult to debug if something changes and goes wrong, especially if our only text editor is the one built into Squarespace.

Making the navigation in another component where you ethen import it is easier to debug and move around; you copy less code between pages and the development process is better if you're using something like VSCode.

We are using this folder to specifically host the desktop and mobile navigation component, that goes inside #headerNav and #sidecarNav in the Squarespace page, respectively.

The header code in public/index.html is almost exactly what you'd see copy and pasted into Squarespace (instead of importing the local .js file we use JSDelivr, and we need to add the contents in and styles.css.

Note that we are using yarn workspaces, so the installations will be mostly consolidated at a top-level node_modules/ folder.

Important

The site.css is the squarespace compiled css, and the styles.css are our styles.

Local Development

yarn
yarn start

Note that the styles will be quite a bit different than production, this is because I only copied a subset of the HTML into our public/ html file. The important thing is that the navigation bar is functional.

Also, when you switch to Desktop to Mobile view, refresh the page to get the functional navigation bars. Not sure why this is the case, maybe I didn't download all the files.

Production Build

yarn build

Usage

<script src="https://cdn.jsdelivr.net/npm/@e3c-summer-worker/navigation-mandarin@1/build/navigation.js"></script>

FAQs

Last updated on 17 Jul 2023

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc