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 | |
Inputs |
Outputs |
| date |
Type : Date
|
| Required : true |
|
Date to display in the header. |
| sublabel |
Type : string
|
|
Sublabel to display under the date. |
| date |
Type : Date
|
|
Date to display in the header. |