Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (9 months ago)
- Default Branch: 3.x
- Last Pushed: 2024-09-30T12:18:00.000Z (3 months ago)
- Last Synced: 2024-10-07T23:10:05.856Z (3 months 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
[![Latest Version on Packagist](https://img.shields.io/packagist/v/foxws/wireui.svg?style=flat-square)](https://packagist.org/packages/foxws/wireui)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/foxws/wireui/run-tests.yml?branch=3.x&label=tests&style=flat-square)](https://github.com/foxws/wireui/actions?query=workflow%3Arun-tests+branch%3A3.x)
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/foxws/wireui/fix-php-code-style-issues.yml?branch=3.x&label=code%20style&style=flat-square)](https://github.com/foxws/wireui/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3A3.x)
[![Total Downloads](https://img.shields.io/packagist/dt/foxws/wireui.svg?style=flat-square)](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.