© 2026 Hedgehog Software, LLC
public function createAction(): Action { return Action::make('testing') ->action(fn () => $this->dispatch('testing')); }
->emptyStateActions([$this->createAction()])
<div x-data x-on:testing.window="alert('test')"> {{ $this->createAction }} </div>