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) 266 B
export { default as Alert } from "./components/Feedback/Alert"; export { default as Modal } from "./components/Feedback/Modal"; export { default as Tooltip } from "./components/Feedback/Tooltip"; export { default as Snackbar } from "./components/Feedback/Snackbar";