UNPKG

rharuow-ds

Version:

Modern React Design System with 20 components and auto color system. Define only 2 colors (primary/secondary) and get automatic variations (hover, light, dark) with proper text contrast (WCAG AA). Includes: Table, Card, Button, Chip, Pagination, Input, Te

3 lines (2 loc) 96 B
import { ClassValue } from "clsx"; export declare function cn(...inputs: ClassValue[]): string;