Button
NewOverview
It's a button! Use it when you need to perform an action that doesn't navigate the page.
Add this module
mix dizzy.add button
Component API
Button.button
Attributes
| Name | Type | Default | Values |
|---|---|---|---|
as_dropdown_trigger |
:boolean
| false | โ |
class |
:any
| nil | โ |
disabled |
:boolean
| false | โ |
kind |
:atom
| :primary | :primary, :secondary, :outline, :ghost, :destructive |
loading |
:boolean
| false | โ |
rest |
:global
| nil | โ |
size |
:atom
| :md | :xs, :sm, :md, :lg, :icon_xs, :icon_sm, :icon, :icon_lg |
type |
:atom
| :button | :button, :submit, :reset |
Slots
| Name | Required | Attributes |
|---|---|---|
inner_block | Required | โ |