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.
6 lines (5 loc) • 354 B
JavaScript
export { default as Breadcrumb } from "./components/Navigation/Breadcrumb";
export { default as Navbar } from "./components/Navigation/Navbar";
export { default as Pagination } from "./components/Navigation/Pagination";
export { default as SideBar } from "./components/Navigation/SideBar";
export { default as Tabs } from "./components/Navigation/Tabs";