Clarabridge unified Icons
Clarabridge UI is a set of UI components that implement our unified design.
Preview: https://clarabridgeinc.github.io/unified-icons/
Installation
Clarabridge Icons can be installed as an npm package:
$ npm i @clarabridge/unified-icons
Basic usage
import '@clarabridge/unified-icons';
<span class="q-icon q-icon-alarm" aria-hidden="true" />
Preview icons
- Clone the repository (or pull the latest version)
- Install dependencies using
$ npm install
- Build files using
$ npm run build
- Open
index.html
in your browser
Contributing
- Add your icons using a feature branch
- Run
npm run build
to compress and build the font - Make a PR for your commit
- Get a coffee and wait for reviews
How to make a release
- 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
This project is licensed under the terms of the MIT license.