Page History
...
- useMockData — Determines whether sample indicator data is used for demonstration. When enabled, predefined color indicators appear without a real data source (useful for demos and automated tests).
Links
- Figma link: tba
- Live style guide: https://e1-dev.k8s.myapp.de/live-style-guide/id3/9-date-picker/calendar
Guidelines
Usage
- Use when users need to pick one date or a contiguous date range. Choose the interaction via
selectionMode: "date"(single) or"timeframe"(range). - Start users in the relevant period with
viewDateand constrain navigation withminZoomMode/maxZoomMode. - Expose stable hooks for tests and analytics via
idanddataTestId.
...