# XWUITimelineZoom

Zoom controls for timeline views (day/week/month/year)

## Basic Usage

XWUITimelineZoom Component Zoom controls for timeline views (day/week/month/year).

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: XWUITimelineZoom Component Zoom controls for timeline views (day/week/month/year).
```

## Month View

Open at the month zoom level and react to navigation: the `onChange` callback fires with the new zoom level and date whenever the user switches view or pages through time.

```example
file: examples/MonthView.ts
html: examples/MonthView.html
title: Month View
description: Starts zoomed to months and logs zoom/date changes via onChange.
```

## Buttons Only

Hide the calendar with `showCalendar: false` to get a compact toolbar that keeps just the zoom segmented control and the previous/next arrows.

```example
file: examples/ButtonsOnly.ts
html: examples/ButtonsOnly.html
title: Buttons Only
description: Compact bar with the zoom segmented control and arrows but no calendar.
```

```api
```
