Button Group
Button groups are used to group a set of buttons together.
/* buttton-group-example.blade.php */
<x-button-group> <x-button-group-item color="primary" content="Submit" /> <x-button-group-item color="secondary" content="Reset" /> <x-button-group-item color="secondary" content="Delete" />
</x-button-group>
Component API
Button Group
Prop | Description | Values |
---|---|---|
as | Change the element tag of the component | any |
Button Group Item
Prop | Description | Values |
---|---|---|
as | Change the element tag of the component | any |
content | Set the content of the component | any |
size | Change the font size of the component | Dependant on theme |
color | Change the color of the component | Dependant on theme |