Components

Stack

Stack — a layout container that lays its children in one cell so they overlap, front to back, with the ones behind peeking out. Use it to imply a pile or a count without a real list: a shuffle of key cards, a run of notification toasts, a couple of stacked receipts on a folio. The first child sits on top; give `placement` an edge (top, bottom, start, end) to choose which way the layers behind fan out. It is decorative arrangement, not a carousel — reach for a proper list or Carousel when the layers need to be read or navigated.