Skip to content

RajatPetkar/CodeVault

Repository files navigation

Code Vault

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.

Table of Content

Features

  • A collection of versatile UI components
  • Fully customizable using Tailwind CSS
  • Easy integration with React applications
  • Well-documented code examples for each component

Installation

To install the library, use npm or yarn:

  • npm install

  • yarn install

Usage

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>

License

This project is licensed under the MIT License. See the LICENSE file for details.

Feel free to contribute.

Developed and Managed By

Developed and managed by Rajat Petkar. For any inquiries, feel free to reach out!

About

This project is a React-based UI component library designed to facilitate rapid development of user interfaces with a focus on reusability and customization. It includes a variety of components such as buttons, tooltips, forms, animations, and utility functions, all styled with Tailwind CSS for a modern and responsive design.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors