chic-ui
TypeScript icon, indicating that this package has built-in type declarations

1.0.15 • Public • Published

🦄 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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.15
    10
    • latest

Version History

Package Sidebar

Install

npm i chic-ui

Weekly Downloads

9

Version

1.0.15

License

MIT

Unpacked Size

361 kB

Total Files

503

Last publish

Collaborators

  • karishmashukla