@ucam.uis.devops/navigation-panel
v1.0.2
Published
Navigation Panel displays tabs available for navigation in an application.
Downloads
15
Readme
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: [email protected]
npm token create
Password: {as above}