[Feature Request]: Support for Wire elements
Hello, I don't use it. What support do you mean?
Like auto completion etc
for example it's directives, and some advance auto-completion
e.g wire:modal=<auto_complete_modal_components> etc
Where I can fetch them?
So Modals and Slideovers are livewire components which extends WireElements\Pro\Components\Modal\Modal and WireElements\Pro\Components\SlideOver\SlideOver respectively
then in blade we have directives:
wire:modal and wire:slide-over so we can do the autocopmlete on wire:modal all the components which extends the Modal class for example, same for slide-over
e.g
in blade file:
wire:modal="forms.contact-form"