CardToolbar
This component allows you to create a card toolbar.
Example

<card-toolbar>
<div slot="left">Left tool</div>
<div slot="right">Right tool</div>
</card-toolbar>
Props
| Name | Description | Type | Required | Default |
|---|---|---|---|---|
| isMobile | Define if is in mobile view | Boolean | false | false |
Slots
| Name | Description | Default Slot Content |
|---|---|---|
| left | Left toolbar | - |
| right | Right toolbar | - |