Curology's React based component library
Radiance UI has a built in storybook. Every time a new commit is made to master, it is automatically deployed to https://radiance-ui.curology.com.
To run Storybook locally, use yarn run storybook
.
To contribute to Radiance UI, please create a PR with the following in the appropriate places:
- Source code for the component
- Tests
- A storybook story
Tests can be run with yarn run test
. Radiance uses Jest + @testing-library.
If you want to test out your changes with another repo that uses
Radiance, we recommend using the link
feature with npm
or yarn.
Documentation around usage can be found in the respective Docs page of every component on https://radiance-ui.curology.com
You'll need access to publish to NPM so this part only applies to a few people (mostly within the Curology organization).
- Once approved in Github and Chromatic (if applicable), merge your PR(s) into master.
- Check out the master branch, fetch and pull.
- Commit an update to the CHANGELOG.md file with details.
- Run
yarn run publish-package
to build the bundled files and publish to NPM. - Push changes made to
package.json
to remote repository - On GitHub, tag a release with the proper version and details. You can do that here.
Thanks to Chromatic for providing the visual testing platform that helps us review UI changes and catch visual regressions!