Package Exports
- @clarabridge/unified-react-components
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@clarabridge/unified-react-components) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Clarabridge Engage Unified Components 🚧
Clarabridge Engage Unified Components is a set of React components that implement our unified design.
https://engagor.github.io/unified-components-react
Installation
Clarabridge Engage Unified Components can be installed as an npm package:
$ npm i @clarabridge/unified-react-componentsBasic usage
import { SwitchButton, Button } from @clarabridge/unified-react-components
Contributing
- Do your changes on a feature branch
- 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.
This will update version numbers, create a Github release and create a new version of the NPM package.
License
See license at LICENSE.txt