1.0.2 • Published 5 years ago

@ucam.uis.devops/app-bar v1.0.2

Weekly downloads
33
License
MIT
Repository
gitlab
Last release
5 years ago

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: devops+npm@uis.cam.ac.uk

npm token create
 Password: {as above}