Skip to content

amhsirak/chic-ui

Repository files navigation

🦄 Chic UI

npm bundle size

A set of lightweight reusable React components

Install

Using NPM

npm i chic-ui --save

Quick Start

import { Button, Divider } from 'chic-ui';

const App = () => (
  <>
    <Button type="secondary">Click Me</Button>
    <Divider />
  </>
);

Documentation

https://chic-ui.vercel.app/

⚠ Quick Disclaimer

This project is very much under development. The API is subject to change frequently without notice.

Contributions

Read contribution guidelines in CONTRIBUTING.md