Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amhsirak/chic-ui

Opinionated UI Component Library for React
https://github.com/amhsirak/chic-ui

chic-ui design-system javascript library react storybook styled-components typescript ui-components

Last synced: about 1 month ago
JSON representation

Opinionated UI Component Library for React

Awesome Lists containing this project

README

        

# 🦄 Chic UI


npm bundle size

**A set of lightweight reusable React components**

## Install

Using NPM

```
npm i chic-ui --save
```

## Quick Start

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

const App = () => (
<>
Click Me

>
);
```

## 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)**