New to Kendo UI for Angular? Start a free 30-day trial
Card 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.
Change Theme
Theme
Loading ...
Providing an Actions Collection
You can also specify action buttons in the Card by listing the actions as a CardAction
collection and passing them to the actions
property. To customize the layout of the buttons, use the layout
option of the <kendo-card-actions>
component.
Change Theme
Theme
Loading ...