Action Buttons
The Card provides options for rendering action buttons and customizing their content, orientation and layout.
To specify the action buttons of the Card, use either of the following approaches:
Providing Custom Actions Content
To specify action buttons in the Card, you can use the <kendo-card-actions>
element. You can arrange the content of the buttons either horizontally or vertically, by using the orientation option of the <kendo-card-actions>
component.
Providing an Actions Collection
You can also specify action buttons in the Card by listing the actions as a CardAction collection and, then, pass them to the actions
property. You can customize the layout of the buttons by using the layout option of the <kendo-card-actions>
component.