What problem does it solve? Building chronological UI components like timelines, activity feeds, Gantt charts, and calendars involves repeated decisions about layout, timestamp formatting, real-time updates, accessibility, and performance. This Skill provides decision frameworks, implementation patterns, and working examples so you don't have to design these components from scratch. ## Core Features & Use Cases - Component Selection Framework: Maps use cases (social feeds, audit logs, project planning, scheduling) to the right component type with detailed selection criteria. - Implementation Patterns: Covers vertical/horizontal timelines, notification feeds, Gantt charts with dependencies, calendar views, real-time updates via WebSocket/SSE, and timestamp formatting. - Accessibility & Performance: Provides WCAG 2.1 AA patterns (ARIA roles, keyboard navigation) and optimization strategies (virtual scrolling, batched updates) for large datasets. - Use Case: When building a project management dashboard, use this Skill to implement a Gantt chart with drag-to-reschedule, dependency arrows, and a real-time activity feed showing team updates. ## Quick Start Ask the AI to create a vertical timeline component with milestone events, relative timestamps, and responsive mobile layout using the displaying-timelines skill.