1.0.15 • Published 10 months ago

chic-ui v1.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months 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

10 months ago

1.0.14

12 months ago

1.0.13

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.12

1 year ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.3

2 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago