UNPKG

tharikida-ui

Version:

A modern, lightweight React UI component library with built-in theming, accessibility, and full TypeScript support. Create beautiful, responsive, and customizable web apps faster with ready-to-use components for any project.

8 lines (7 loc) 492 B
export { default as TextInput } from "./components/Inputs/TextInput"; export { default as ToggleSwitch } from "./components/Inputs/ToggleSwitch"; export { default as RadioButton } from "./components/Inputs/RadioButton"; export { default as Dropdown } from "./components/Inputs/DropDown"; export { default as CheckBox } from "./components/Inputs/CheckBox"; export { default as TextArea } from "./components/Inputs/TextArea"; export { default as Calendar } from "./components/Inputs/Calender";