Home
Softono
chic-ui

chic-ui

Open source MIT TypeScript
54
Stars
30
Forks
5
Issues
2
Watchers
2 years
Last Commit

About chic-ui

Opinionated UI Component Library for React

Platforms

Web Self-hosted

Languages

TypeScript

🦄 Chic UI

npm bundle size

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