Comparanent-UI

React UI Component Library for Compara
based on TSDX with Material-UI
and useTheForm

Table of Contents
Usage
Installation
Comparanent-UI is available as an npm package
// with npm
npm install @compara/comparanent-ui
// with yarn
yarn add @compara/comparanent-ui
Component
import React, { FC } from "react";
import { Demo } from "@compara/comparanent-ui";
export const MyComponent: FC<{}> = () => (
<Demo>Just a simply demo</Demo>
)
Contributing
Read the contributing guide to learn about our development process and how to build, test and commit your changes to Comparanent-UI.
Changelog
If you have recently updated, please read the changelog for details of what has changed.