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.
Live demo :- https://codesvault.netlify.app/
- A collection of versatile UI components
- Fully customizable using Tailwind CSS
- Easy integration with React applications
- Well-documented code examples for each component
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!