chic-ui
v1.0.15
Published
🎨 Lightweight opinionated UI Component Library for React
Downloads
20
Maintainers
Readme
🦄 Chic UI
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