Skip to content

Commit 1c9e5ee

Browse files
authored
chore(git): sync main
2 parents 5e3ced0 + 19e1541 commit 1c9e5ee

File tree

30 files changed

+2896
-2617
lines changed

30 files changed

+2896
-2617
lines changed

docs/api/datetime.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ import ShowAdjacentDays from '@site/static/usage/v8/datetime/show-adjacent-days/
4141
import MultipleDateSelection from '@site/static/usage/v8/datetime/multiple/index.md';
4242

4343
import GlobalTheming from '@site/static/usage/v8/datetime/styling/global-theming/index.md';
44+
import CalendarHeaderStyling from '@site/static/usage/v8/datetime/styling/calendar-header/index.md';
4445
import CalendarDaysStyling from '@site/static/usage/v8/datetime/styling/calendar-days/index.md';
4546
import WheelStyling from '@site/static/usage/v8/datetime/styling/wheel-styling/index.md';
4647

@@ -352,6 +353,14 @@ The benefit of this approach is that every component, not just `ion-datetime`, c
352353

353354
<GlobalTheming />
354355

356+
### Calender Header
357+
358+
The calendar header manages the date navigation controls (month/year picker and prev/next buttons) and the days of the week when using a grid style layout.
359+
360+
The header can be styled using CSS shadow parts.
361+
362+
<CalendarHeaderStyling />
363+
355364
### Calendar Days
356365

357366
The calendar days in a grid-style `ion-datetime` can be styled using CSS shadow parts.

static/code/stackblitz/v7/angular/package-lock.json

Lines changed: 580 additions & 1072 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/code/stackblitz/v7/html/package-lock.json

Lines changed: 14 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)