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

25 lines (24 loc) 681 B
export * from "./types"; export * from "./Button"; export * from "./Chip"; export * from "./Pagination"; export * from "./Input"; export * from "./ColorInput"; export * from "./Select"; export * from "./Textarea"; export * from "./AsyncSelect"; export * from "./MultiSelect"; export * from "./MultiAsyncSelect"; export * from "./RadioGroup"; export * from "./Card"; export * from "./Table"; export * from "./Tooltip"; export * from "./AsideSheet"; export * from "./Sidebar"; export * from "./ImageInput"; export * from "./Accordion"; export * from "./Modal"; export * from "./Toaster"; export * from "./Switch"; export * from "./BottomTabNavigator"; export * from "./BottomSheet";