Home
Softono

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

Need Help Installing Chic Ui?

We provide expert installation service for this software. Our team will install, configure, and secure Chic Ui on your server. plans start at just $30.

🦄 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