1.0.15 • Published 2 years ago

chic-ui v1.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

🦄 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

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.12

2 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.3

3 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago