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.

5 lines (4 loc) 288 B
export { default as Button } from "./components/Button/Button"; export { default as ArrowButton } from "./components/Button/ArrowButton"; export { default as IconButton } from "./components/Button/IconButton"; export { default as LoadingButton } from "./components/Button/LoadingButton";