@ucam.uis.devops/app-bar
v1.0.2
Published
AppBar shows the current documents title and any children the component has.
Downloads
221
Readme
AppBar
An application bar which shows the current document's title. If the component has any children, they are rendered within the central Toolbar component in place of the document title.
TODO a link to generated component documentation generation will be included when available. An issue has been created for this.
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}