Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.

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.

Example

Example

Properties

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)

Usage

<x-bc-button:confirm wire:click="deleteRow" />

Scopes

  • 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