struct-ui-components
Version:
A collection of reusable, customizable React components built with TypeScript, Tailwind CSS, and Storybook. Designed for modern UI development with flexibility and scalability.
40 lines (35 loc) • 840 B
text/typescript
/**
* Name : Components
* Type : Core Elements
*/
export * from "./Accordion";
export * from "./Alert";
export * from "./AlertBox";
export * from "./Avatar";
export * from "./Badge";
export * from "./Breadcrumbs";
export * from "./Card";
export * from "./Dialog";
export * from "./Dropdown";
export * from "./Image";
export * from "./Label";
export * from "./List";
export * from "./Loader";
export * from "./Modal";
export * from "./Notification";
export * from "./Pagination";
export * from "./Progressbar";
export * from "./Tabs";
export * from "./Tooltip";
export * from "./Widget";
/**
* Name : Components
* Type : Form Elements
*/
export * from "./Button";
export * from "./ButtonGroup";
export * from "./Checkbox";
export * from "./Input";
export * from "./InputGroup";
export * from "./Radio";
export * from "./Textarea";