Livewire component modal with next button
Wondering how I might accomplish this. I have a livewire component that's a modal. When the modal opens it has a table where the user interacts with the rows in the table, and then should be able to click a "next" button where the table would disappear, and the user can perform subsequent steps in a form. It would essentially be a wizard kind of setup, but with a table/form inside of a modal. Is that possible in a filament-y way?