1.0.9 • Published 3 months ago

cc-ui-library v1.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

CC-UI-Library is an open-source React component library.

Installation

Install the package in your project directory with:

npm i cc-ui-library

Documentation

Click Here

Example

import { Button } from 'cc-ui-library'

...
<Button label="Button Label" variant="primary" />
...