Components
Calendar
Date-based display for scheduling and event views. Currently in development.
Calendar is a work-in-progress placeholder. The component is not yet implemented in BDS — only the directory + skeleton stories exist. New code should not depend on Calendar's API; it will change before stable release.
Calendar is reserved for date-based display surfaces — month / week / day views, event grids, scheduling overlays. Tracking placeholder so consumers don't reach for raw HTML calendar implementations while the proper component is being designed.
Until Calendar ships
For date picking, use DatePicker — it's implemented and stable.
For event lists chronologically, use ActivityTimeline (implemented).
For board-style scheduling (per-shift staff coverage), use Board.
Status
| Status | Notes |
|---|---|
| WIP | Component not implemented — placeholder only. |
Related
- DatePicker — for date picking
- ActivityTimeline — chronological events
- Board — column-based scheduling
- Storybook placeholder