🚧
Clarabridge unified UI Clarabridge UI is a set of UI components that implement our unified design.
Installation
Clarabridge UI can be installed as an npm package:
$ npm i @clarabridge/unified-ui
Basic usage
- Sass: Import the
.scss
files fromsrc
- Css: Import
css
files fromdist
Contributing
- Do your changes on a feature branch
- Run
npm run format
to clean up - Make a PR for your commit
- Get a coffee and wait for reviews
How to make a release
- Pull and make sure you got the most recent code
- Make a release with
release-major
,release-minor
,release-patch
. - After release, run auto-changelog from the root folder to generate a new changelog, then commit the updated changelog.
This will update version numbers, create a Github release and create a new version of the NPM package.
We will automagically create a dist
folder on prePublish
in the npm package.
License
This project is licensed under the terms of the MIT license.