packages/components/eui-calendar/eui-calendar-weekly-day-header.component.ts
| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | eui-calendar-weekly-day-header |
| imports |
EUI_LABEL
|
| styles |
:host {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 100%;
}
|
| template | |
Properties |
Inputs |
| date |
| Required : true |
|
Date to display in the header. |
| sublabel |
|
Sublabel to display under the date. |
| date |
|
Date to display in the header. |
| sublabel |
|
Sublabel to display under the date. |