-
-
Notifications
You must be signed in to change notification settings - Fork 144
Description
<x-action-button
:action="uri([TodoController::class, 'postpone'], todo: $todo->id, until: 'tomorrow')"
class="bg-red-200"
>This should work without having to add :class="$class ?? ''" in the view component
<button
class="bg-gray-100 px-2 py-1 rounded-md text-sm cursor-pointer"
:class="$class ?? ''"
:hx-post="$action"
hx-target="#todo"
>
<x-slot />
</button>