New to Kendo UI for AngularStart a free 30-day trial

HeroCardComponent

Represents a Hero Card component (see example). Hero cards host a single large image and action buttons with text content.

html
<kendo-chat-hero-card
  title="Card Title"
  subtitle="Card Subtitle"
  [actions]="actions">
</kendo-chat-hero-card>

Selector

kendo-chat-hero-card

Inputs

NameTypeDefaultDescription

actions

Action[]

Sets the array of quick actions for this hero card.

imageUrl

string

Sets the URL of the hero card image.

subtitle

string

Sets the subtitle of the hero card.

title

string

Sets the title of the hero card.

Events

NameTypeDescription

executeAction

EventEmitter<Action>

Fires when the user clicks a button.

Methods

onClick

Emits the executeAction event when the user clicks an action button.

Parameters

action

any

In this article
SelectorInputsEventsMethods
Not finding the help you need?
Contact Support