Using filament components in custom livewire component
Hi!
What's the correct way to use filament component in my livewire component?
For example the create action or the header widget cards from a list page.
I'm also curious about using the form elements. Can I use those without setting up
What's the correct way to use filament component in my livewire component?
For example the create action or the header widget cards from a list page.
I'm also curious about using the form elements. Can I use those without setting up
HasForms and InteractsWithForms?