chic-ui
<div align="center"> # 🦄 Chic UI <a href="https://www.npmjs.org/package/chic-ui"><img src="https://img.shields.io/npm/v/chic-ui?style=for-the-badge"></a> <img alt="npm bundle size" src="https://img.shields.io/bundlephobia/minzip/chic-ui?color=black&style=for-the-badge"> **A set of lightweight reusable React components** </div> ## Install Using NPM ``` npm i chic-ui --save ``` ## Quick Start ```js 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](CONTRIBUTING.md)** <a href="https://github.com/karishmashuklaa/chic-ui/graphs/contributors"> <img src="https://contrib.rocks/image?repo=karishmashuklaa/chic-ui" /> </a>