Skip to content

HARISHKUMAR023/twuiclass

Repository files navigation

My twuiclass Library

A custom twuiclass library with additional utility classes for enhancing styling in React-based applications.

Features

  • Provides additional utility classes like .btn, .card, etc., for common UI elements.
  • Easily customizable and extendable with TailwindCSS configuration.

Installation

To use this library in your React project, follow these steps:

  1. Install the library via npm:
   npm install twuiclass

2.import the App.js file :

import 'twuiclass/dist/tailwind.css'

3.Use the Class

 <button class="btn">submit</button>

Contributing

Contributions are welcome! If you have suggestions, improvements, or new features to add, please open an issue or a pull request.

License

This project is licensed under the ISC License - see the LICENSE file for details.