packages/eui/packages/components/eui-card/components/eui-card-content/eui-card-content.component.ts
The eui-card-content component projects the content for eui-card.
changeDetection | ChangeDetectionStrategy.OnPush |
selector | eui-card-content |
template |
|
styleUrl | ./eui-card-content.scss |
Properties |
HostBindings |
attr.tabindex |
Type : number
|
Default value : 0
|
Binds the tabindex attribute to the component. |
class |
Type : string
|
Default value : 'eui-card-content'
|
Binds the class to the component. |
string |
Type : string
|
Default value : 'eui-card-content'
|
Decorators :
@HostBinding('class')
|
Binds the class to the component. |
tabindex |
Type : number
|
Default value : 0
|
Decorators :
@HostBinding('attr.tabindex')
|
Binds the tabindex attribute to the component. |