An open API service indexing awesome lists of open source software.

https://github.com/harishkumar023/twuiclass

prebuild style class using tailwindcss
https://github.com/harishkumar023/twuiclass

npm tailwindcss-class-library tailwindcss-components-library twuiclass

Last synced: 2 months ago
JSON representation

prebuild style class using tailwindcss

Awesome Lists containing this project

README

          

# 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:
```bash
npm install twuiclass
```
2.import the App.js file :

``` bash
import 'twuiclass/dist/tailwind.css'
```

3.Use the Class
``` html
submit
```
## 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.