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
- Host: GitHub
- URL: https://github.com/harishkumar023/twuiclass
- Owner: HARISHKUMAR023
- Created: 2024-07-11T05:37:32.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T03:50:14.000Z (almost 2 years ago)
- Last Synced: 2025-03-23T05:26:52.225Z (about 1 year ago)
- Topics: npm, tailwindcss-class-library, tailwindcss-components-library, twuiclass
- Language: CSS
- Homepage: https://twuiclass.netlify.app/
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.