Overview
Cloth-UI is a component library, based on React and styled with Tailwind CSS, that aims to be a versatile repertoire of interactive components and providers for web applications and platforms.
About the library
Cloth-UI library is a component an providers collection, totally open-source and built for React projects. It posseses various customized components, ready for production and easy to implement. it also comes with various "providers", which are small-to-medium systems with different purposes for your application.
Quick Examples
Here are some quick examples of the components included in this library:
buttons.tsx
import { Button } from "cloth-ui";
export const Buttons = () => {
return (
<>
<Button variant="primary" text="Submit" />
<Button variant="secondary" text="Submit" />
<Button variant="secondaryAlt" text="Submit" />
</>
);
};
Start now
Getting started with this library is easy: