Button

Attribute Type Documentation Default Value
id :any
class :any

the class of the button

noise :boolean

the noise of the button

false
content :string

the content of noise button

""
confirm_class :any

the class of the confirm action button in dialog

cancel_class :any

the class of the cancel action button in dialog

show_cancel_action :boolean true
confirm_title :string ""
confirm :string ""
rest :global

Additional attributes to confirm action button.

Read more Read less
Required inner_block * :slot

The content rendered inside of the button tag.

confirm_action :slot

the action of the confirm action button in dialog

Export
<:confirm_action>
<form method="dialog">
  <button class="btn btn-sm btn-info" phx-click="export">Export CSV</button>
</form>
</:confirm_action>