Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@seek/anz-candidate-header-footer-standalone

Package Overview
Dependencies
Maintainers
258
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seek/anz-candidate-header-footer-standalone

Standalone JS, CSS and HTML build of the SEEK ANZ candidate header/footer

  • 1.0.1
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
258
Weekly downloads
 
Created
Source

This package exports a standalone build of the SEEK ANZ candidate header/footer components. You can load it from npm or directly from unpkg

Usage

All assets are located in the dist directory

Add the HTML

The following variations are available:

  • header_au.html
  • header_nz.html
  • header_au_career-advice.html
  • header_nz_career-advice.html
  • footer_au.html
  • footer_nz.html

Load the JS and CSS

  • seek-candidate-header-footer.js
  • seek-candidate-header-footer.css

Update Authentication status

Once the app has loaded you should update the authentication status of the header.

If the user is logged in

SeekHeaderFooter.updateProps({
  authenticationStatus: 'authenticated',
  userName: 'Andrew',
});

If the user is not logged in

SeekHeaderFooter.updateProps({
  authenticationStatus: 'unauthenticated',
});

FAQs

Package last updated on 10 Aug 2020

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

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc