Container queries
This feature is well established and works across many devices and browser versions. It’s been available across browsers since February 2023
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;
}
}In Progress
Plan how to implement the new UI smoothly.
Todo