Timeline component

A timeline component that shifts from compact vertical to a fully horizontal layout based on the container width.

.wrapper {
  container: timeline / inline-size;
}
 
@container timeline (inline-size > 800px) {
  .c-timeline {
    display: flex;
  }
}
  1. Design

    In Progress

  2. Development

    Plan how to implement the new UI smoothly.

  3. QA Testing

    Todo

Full Screen