HeroCardComponent
Component
Represents a Hero Card component. Hero cards display a single large image and action buttons with text content.
Definition
Package:@progress/kendo-angular-conversational-ui
Selector:kendo-chat-hero-card
Syntax:
html
<kendo-chat-hero-card
title="Card Title"
subtitle="Card Subtitle"
[actions]="actions">
</kendo-chat-hero-card>
Inputs
imageUrl
string
Sets the URL of the hero card image.
subtitle
string
Sets the subtitle text displayed below the title.
title
string
Sets the title text displayed in the hero card.
Events
Fires when the user clicks an action button.
Methods
Emits the executeAction event when you click an action button.
Parameters:actionany