how to use Action button to trigger js
How can I use Action to run js?
Solution
https://github.com/filamentphp/filament/blob/3.x/packages/forms/resources/views/components/wizard.blade.php
Take a look. The click actions are in the span, and the actions inside the span render the button.
Take a look. The click actions are in the span, and the actions inside the span render the button.
GitHub
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS. - filamentphp/filament