Stats

A small stats dashboard where each card changes its internal layout once it gets enough container width.

.layout__item {
  container: stats / inline-size;
}
 
@container stats (inline-size > 300px) {
  .stats-item {
    display: flex;
  }
}

Total sales

405

Number of users

405

Last hour

52

Returns

5

Recent order

#0101

Full Screen