Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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).
  • 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 viewDate and constrain navigation with minZoomMode / maxZoomMode.
  • Expose stable hooks for tests and analytics via id and dataTestId.

...