You can contribute to the project by making a pull request on GitHub. This guide will help you get started with contributing to the project. I'm happy with your contribution.
1. Create a new laravel project:
composer create-project laravel/laravel wireui
2. Install Livewire: Look Here .
3. Install Tailwind CSS: Look Here .
4. Clone the wireui into the root of the project:
5. Add this code into the composer.json :
1{2 "repositories": {3 "wireui/wireui": {4 "type": "path",5 "url": "../wireui"6 }7 }8}
6. Require WireUI:
composer require wireui/wireui
For the other packages developed by the WireUi team, you can follow the same installation process.