@noveo/react-components-v2
v1.1.0
Published
Components to use in internal Noveo applications.
Downloads
225
Keywords
Readme
Noveo React Components v2
Components to use in internal Noveo applications.
Documentation is available in Storybook: http://react-components.noveogroup.com
Installation
Add the library with your project's package manager
e.g.
npm i @noveo/react-components-v2
or
yarn add @noveo/react-components-v2
Storybook deployment
You can check out this library's Storybook at the following link, which is publicly available: react-componets-v2 storybook This library is deployed using Gitlab pages.
Caveats: CI/CD is configured so that changes to master are published on successful jobs automatically.
But you have the option to do publication to any other branch manually (when: manual
) on a trigger with the same conditions (successful completion of past jobs).
This can be useful in case of testing individual features, but don't forget to update the master deploy, after manual use (for this purpose it is enough to restart the stage "deploy" for the last commit on the master).
Also, Pipelines trigger only on new commits for the reasons above instead of optimizing (triggering only merge requests' events) the use of runners.
Styles
The library comes with shipped CSS files. No need to import them directly, but in
order for the styles to work correctly, the bundler in your project should handle
CSS imports (the ones like import index.css
).
Icons
...
Semantic-release usage
https://docs.google.com/document/d/1F-0xiE6TdRPtGFUPmaT_WTtx9sIV0q5yH-OVddafxr8/edit?usp=sharing
Contributing
See CONTRIBUTING.md