Components
List
List — a vertical stack of rows that each pair optional media with a title, an optional subtitle, and optional trailing actions. Reach for it to lay out scannable records — reservations, room assignments, folio line items, teammates — where every row shares the same shape. Feed it a `items` array and it renders a divided `<ul>`; the title column grows to fill the width while media and actions hug their content. It is display, not navigation — wrap a row's title or an action in a link or Button when a row should be interactive.