A comprehensive UI component library built with React and styled using Tailwind CSS. This library provides reusable and customizable components to streamline the development of modern web applications.
To install the library, use npm or yarn:
npm install
yarn install
To use the components in your React application, simply import them as needed. Here’s an example
import { Button, Tooltip } from 'ui/button';
<div>
<Button onClick={() => alert('Clicked!')}>Click Me</Button>
<Tooltip text="This is a tooltip!">
<Button>Hover Me</Button>
</Tooltip>
</div>
This project is licensed under the MIT License. See the LICENSE file for details.
Feel free to contribute.
Developed and managed by Rajat Petkar. For any inquiries, feel free to reach out!