1.0.2 • Published 4 years ago

@ucam.uis.devops/navigation-panel v1.0.2

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
4 years ago

NavigationPanel

NavigationPanel allows the user to navigate an application by using tabs in a side panel in the application.

A link to generated component documentation generation is here

Auth Token

The CI/CD job that publishes the component to the NPM repository requires NPM_AUTH_TOKEN to be set in the 'Variables' section of the projects CI/CD settings. A token can be generated by running the following commands:

npm login
 Username: {retrieve from the DevOps secrets repo}
 Password: {retrieve from the DevOps secrets repo}
 Email: devops+npm@uis.cam.ac.uk

npm token create
 Password: {as above}