This repository has been archived by the owner on Dec 29, 2021. It is now read-only.
generated from spatie/package-skeleton-laravel
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Buttons Confirm
Luca Longo edited this page Aug 21, 2020
·
3 revisions
Confirm button is useful when confirmation is needed. It's the case of a row deletion or to confirm the email sending.
name | type | default value | description |
---|---|---|---|
ask-button-class | ?string | null | Change the classes used by the ask button (it's the trash in the example) |
<x-bc-button:confirm wire:click="deleteRow" />
-
slot
: will change the default button -
confirm-button
: will change the confirm button -
cancel-button
: will change the cancel button -
prepend
: will prepend other elements before the confirm button -
append
: will append other elements before the confirm button