Attribute Type Documentation Default Value
cva_class :string
variant :string

Variant of the button

"fill"
disabled :boolean

Disables the button if true

false
size :string

Size of the button

"md"
icon :boolean

If true, the button will be rendered with the same padding vertically and horizontally

false
full_width :boolean

Full width button if true. Applies only for the regular button (when ‘icon’ is false)

false
rounded :boolean

Defines if the button should be rounded or not

false
link_type :string

Type of the link if the button is a link

"button"
target :string

The target for the live_component

to :string

Link path

rest :global

Additional attributes for the button

inner_block :slot

Inner content

Default
lead :slot

Leading element for the button

trailing :slot

Trailing element for the button