UNPKG

rharuow-ds

Version:

Modern React Design System with 8 components: Button, Input (with password support), Textarea, Select, AsyncSelect, MultiSelect, MultiAsyncSelect, and RadioGroup. Full React Hook Form integration, Tailwind CSS styling, and CSS Variables for theme customiz

10 lines (9 loc) 258 B
export * from "./types"; export * from "./Button"; export * from "./Input"; export * from "./Select"; export * from "./Textarea"; export * from "./AsyncSelect"; export * from "./MultiSelect"; export * from "./MultiAsyncSelect"; export * from "./RadioGroup";