A custom twuiclass library with additional utility classes for enhancing styling in React-based applications.
- Provides additional utility classes like
.btn
,.card
, etc., for common UI elements. - Easily customizable and extendable with TailwindCSS configuration.
To use this library in your React project, follow these steps:
- 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>
Contributions are welcome! If you have suggestions, improvements, or new features to add, please open an issue or a pull request.
This project is licensed under the ISC License - see the LICENSE file for details.