React-Vapor is Coveo's collection of UI styles used in Coveo Cloud Administration Console. All components and their documentation are available in vapor or react-vapor. Vapor contains the CSS implementation of those component and react-vapor is a react implementation.
All new components should only be implemented in react-vapor.
npm install react-vapor coveo-styleguide
Make sure you have
To install the project dependencies use:
lerna bootstrap
See the README inside Vapor, Vapor Demo, and React-Vapor for specific instructions.
Since the projects are in the same repository and we use Lerna, we don't have to link them together anymore.
React-Vapor is distributed under Apache 2.0 license.