Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amhsirak/chic-ui
Opinionated UI Component Library for React
https://github.com/amhsirak/chic-ui
chic-ui design-system javascript library react storybook styled-components typescript ui-components
Last synced: about 1 month ago
JSON representation
Opinionated UI Component Library for React
- Host: GitHub
- URL: https://github.com/amhsirak/chic-ui
- Owner: amhsirak
- License: mit
- Created: 2021-08-31T10:09:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-19T18:51:37.000Z (12 months ago)
- Last Synced: 2024-10-31T17:57:20.329Z (2 months ago)
- Topics: chic-ui, design-system, javascript, library, react, storybook, styled-components, typescript, ui-components
- Language: TypeScript
- Homepage: https://chic-ui.vercel.app/
- Size: 3.51 MB
- Stars: 57
- Watchers: 2
- Forks: 32
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Install
Using NPM
```
npm i chic-ui --save
```## Quick Start
```js
import { Button, Divider } from 'chic-ui';const App = () => (
<>
Click Me
>
);
```## 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](CONTRIBUTING.md)**