Filament layout to livewire component
hi, i've a Livewire component like this:
and iside
How can i do?
Thanks
and iside
livewire.invite-register i want to set a x-filament-panels layout.baseHow can i do?
Thanks
Solution
I understood perfectly, in this case you need to manually style the page, you'll need to install tailwind globally in the project (filament uses tailwind but it's style is locked inside the filament ecosystem) and build it from scratch. Imagine that you dont have filament installed.