https://github.com/foxws/wireui
Collection of essential Livewire components and views.
https://github.com/foxws/wireui
components laravel library livewire tailwindcss ui
Last synced: 4 months ago
JSON representation
Collection of essential Livewire components and views.
- Host: GitHub
- URL: https://github.com/foxws/wireui
- Owner: foxws
- License: mit
- Created: 2024-04-06T19:05:39.000Z (about 2 years ago)
- Default Branch: 3.x
- Last Pushed: 2024-09-30T12:18:00.000Z (over 1 year ago)
- Last Synced: 2025-06-01T10:00:48.839Z (about 1 year ago)
- Topics: components, laravel, library, livewire, tailwindcss, ui
- Language: PHP
- Homepage: https://foxws.nl/projects/wireui
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# WireUi
[](https://packagist.org/packages/foxws/wireui)
[](https://github.com/foxws/wireui/actions?query=workflow%3Arun-tests+branch%3A3.x)
[](https://github.com/foxws/wireui/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3A3.x)
[](https://packagist.org/packages/foxws/wireui)
Collection of essential Livewire components and views.
## Notice
This package will no longer receive updates and changes for the time being. My focus currently is on [foxws/wireuse](https://github.com/foxws/wireuse), it is advised to use that package instead.
## Installation
> Please see notice first.
You can install the package via composer:
```bash
composer require foxws/wireui
```
You can publish the config file with:
```bash
php artisan vendor:publish --tag="wireui-config"
```
Optionally, you can publish the views using
```bash
php artisan vendor:publish --tag="wireui-views"
```
## Documentation
You will find full documentation on the dedicated [documentation](https://foxws.nl/projects/wireui) site.
## Testing
```bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Foxws](https://github.com/foxws)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.