<@btnGroup >
<@button color='primary' title='Validate' />
<@button color='default' title='Cancel' />
<@button color='danger' title='Delete' />
</@btnGroup>
<@btnGroup align='center'>
<@button color='primary' title='Validate' />
<@button color='default' title='Cancel' />
<@button color='danger' title='Delete' />
</@btnGroup>
<@btnGroup align='right'>
<@button color='primary' title='Validate' />
<@button color='default' title='Cancel' />
<@button color='danger' title='Delete' />
</@btnGroup>
| Parameter | Value | Default |
|---|---|---|
| color | primary/info/warning/danger/success | primary |
| id | string | none |
| class | string | none |
| align | string: left/center/right | none |
| size | string: sm/lg | 0 |
| params | string | none |
| ariaLabel | string | none |
| hide | sequence: xs,sm,md,lg,xl | all | none |