Qube React library implements the Cubefuse Qube design language for React.
Getting Started
Qube React can be installed with npm
or yarn
.
yarn add @cubefuse/qube-react
npm install --save @cubefuse/qube-react
Dependencies
This React library is dependent on the styles provided by the base Qube UI Vanilla CSS library. Please follow installation instructions for @cubefuse/qube
before installing this.
Module Bundlers
If you are using a module bundler such as Webpack or Parcel, you can import components as follows:
import { Alert } from "qube-react";
Built Using
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Changelog
View notable changes.