Icon buttons
<x-app-ui::icon-button label="Delete" icon="iconic-trash" />
<x-app-ui::icon-button label="Archive" icon="iconic-folder" />
<x-app-ui::icon-button label="Edit" icon="iconic-edit" />
app-ui::icon-button
Name | Default | Options | Notes |
---|---|---|---|
icon |
Any Blade icon component name | ||
label |
Used for accessibility. | ||
tag |
button |
a , button |
Defines the underlying HTML tag used, and thus the button's capabilities. For example, only a buttons may use the href attribute. |