Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asantibanez/livewire-dependant-select-demo
Laravel Livewire demo of multiple selects depending on each other values
https://github.com/asantibanez/livewire-dependant-select-demo
Last synced: 2 months ago
JSON representation
Laravel Livewire demo of multiple selects depending on each other values
- Host: GitHub
- URL: https://github.com/asantibanez/livewire-dependant-select-demo
- Owner: asantibanez
- Created: 2020-05-14T14:21:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:54:05.000Z (about 2 years ago)
- Last Synced: 2024-08-02T10:27:11.208Z (6 months ago)
- Language: PHP
- Size: 3.34 MB
- Stars: 48
- Watchers: 3
- Forks: 7
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-livewire - Dependant Select
README
## Laravel Livewire multiple select demo
This demo showcases how you can use Laravel Livewire to have reusable select components and communicate one another with a host parent component which coordinates depending selectable values.
To refresh Livewire child components it uses the approach discussed here: https://twitter.com/asantibanez/status/1260796912124354560?s=20
![component](https://github.com/asantibanez/livewire-dependant-select-demo/raw/master/demo.jpg)
## Preview
![preview](https://github.com/asantibanez/livewire-dependant-select-demo/raw/master/demo.gif)