1.1.1 • Published 1 year ago

ccd-ui-library v1.1.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
1 year ago

UI Library for Fast Prototyping

This is a shared UI library that contains some basic components used for fast prototyping microfrontends patterns.

Installation

To install this library, run the following command in your project directory:

npm  install ccd-ui-library

Usage

Import the components you need in your project:

import { PieChart, BarChart } from "ccd-ui-library";

Then, use them in your app:

<BarChart {...props}/>

<PieChart {...props}/>