How can I use Filament components like the table in a regular Livewire application?
I'd like to use some of the components from Livewire such as the table with pagination and all, maybe customizing the styles to my own spec. I can go through the code and pick out what I want but is there a simpler way to get those components into my own Livewire app? For example the base Laravel Breeze Livewire application.