@cubefuse/qube-react

Qube React library implements the Cubefuse Qube design language for React.

Usage no npm install needed!

<script type="module">
  import cubefuseQubeReact from 'https://cdn.skypack.dev/@cubefuse/qube-react';
</script>

README

Qube React library implements the Cubefuse Qube design language for React.


Getting Started

Qube React can be installed with npm or yarn.

# Yarn
yarn add @cubefuse/qube-react

# NPM
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.