rawilk / laravel-form-components

Form components built for Tailwind & Livewire.
https://randallwilk.dev/docs/laravel-form-components
MIT License
386 stars 42 forks source link

Tree select #43

Closed rawilk closed 2 years ago

rawilk commented 2 years ago

This PR adds a new livewire component called a tree-select. The tree select will be a variant of the custom select which will allow options to have sub-options. Each parent option will be able to be expanded and collapsed to reveal/hide their children options.

The PR also introduces some breaking changes regarding how styles are defined, which will be addressed in the upcoming release.