This library contains standard GUI components, written in TypeScript.
Their usage is able to be viewed by use of Storybook.
They have been tested using Cypress.
SKAO Theme has been implemented and has been imported from ska-javascript-components.
See /docs/src/usage.rst
See /docs/src/usage.rst
- Add the component in the normal way; using storybook should help with this.
- Update the version number within package.json.
- Ensure that components/version is updated with the same version number.
- Merge as usual, with a passing pipeline.
- Once the merge has completed, the tag will need to be added in git.
- Locate and select the 'Tags' submenu item.
- Click on New Tag, located towards the top-right of the page.
- Enter the tag name in the form n.n.n ( eg. 0.1.2 ).
- Ensure that the 'Create from' is set to the default branch of the repository.
- Enter an appropriate Message.
- Click 'Create tag'.
This will run the CI/CD process again, and once complete the executable will be associated by the version
See /docs/src/functionality.rst