@cleen/ui
v0.1.14
Published
Core React component library for Cleen — includes UI components, chart wrappers, and icon utilities. Built with TypeScript, Tailwind CSS, and fully typed.
Downloads
1,175
Keywords
Readme
@cleen/ui
Core React component library for Cleen — includes UI components, chart wrappers, and icon utilities. Built with TypeScript, Tailwind CSS, and fully typed.
Installation
npm install @cleen/ui @cleen/ui-coreImport the stylesheet in your app entry point:
import '@cleen/ui-core/styles.css';Usage
import { Button, Input, Modal } from '@cleen/ui';
import { Chart } from '@cleen/ui/charts';
import { CleenIcon } from '@cleen/ui/icons';Entry Points
| Import | Contents |
| ------------------ | ------------------------------------------- |
| @cleen/ui | All UI components |
| @cleen/ui/charts | ApexCharts-based chart components |
| @cleen/ui/icons | Icon utilities and react-icons re-exports |
Peer Dependencies
react^18.3.1react-dom^18.3.1react-router-dom^6.23.1
