Change CSS for livewire component
Hi
I want to change CSS to Form Builder only for one Livewire Component (Onboarding Wizard).
I want something like image.
Is it possible? How can i do. I try FilamentAssets on render property but it doesn't take changes
Thanks
4 Replies
Just add a class to your container for the form and build some custom css for custom styling?
But there are any way to register css file only for one component?
But you would need a custom component to do this.