plugin icon indicating copy to clipboard operation
plugin copied to clipboard

[Feature Request]: Support for Wire elements

Open amshehzad opened this issue 2 years ago • 5 comments

Feature Description

Can you add support for Wire-elements pacage ?

amshehzad avatar Jan 11 '24 06:01 amshehzad

Hello, I don't use it. What support do you mean?

adelf avatar Jan 11 '24 16:01 adelf

Like auto completion etc for example it's directives, and some advance auto-completion e.g wire:modal=<auto_complete_modal_components> etc

amshehzad avatar Jan 11 '24 17:01 amshehzad

Where I can fetch them?

adelf avatar Jan 11 '24 17:01 adelf

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"

amshehzad avatar Jan 11 '24 17:01 amshehzad