LIST GROUP: Bordered, divided list of rows (avatar/icon + text + trailing control)
VARIANTS: Base | Flush | Action (clickable) | Active | Disabled | Sm

Consolidates the "white card + divided rows" shape hand-rolled across staff lists, draft-reply groups, and activity logs. Use .tw-list-group as a standalone bordered container; use .tw-list-group-flush when nesting inside an existing .tw-card-body so the chrome doesn't double up. Rows can be static (<div>/<li>) or actionable (<a>/<button> with .tw-list-group-item-action). Ported per DR-2026-12.

Base — standalone container

Base: bordered, rounded, white — for a list that stands on its own, not nested in another card.

JA
Jade Adeyemi
j.adeyemi@hackney.gov.uk · Super admin
YOU
SB
Sarah Bennett
s.bennett@hackney.gov.uk · Admin
MW
Marcus Webb
m.webb@hackney.gov.uk · Read only
<div class="tw-list-group"><div class="tw-list-group-item">…</div></div>

Flush — nested in a card

Flush: drops the outer border/radius so the list reads as part of the surrounding .tw-card instead of a card inside a card.

Draft replies · A-Level Business 4 drafts

Priya Sharma Draft ready

Thank you so much for your interest in Sixth Form at Westfield — we'd love to tell you more about our A-Level Business scholarship criteria…

Daniel Okonkwo Draft ready

It's wonderful to hear your sibling is already part of the Westfield community — we'd love to have you join us for Year 12…

<div class="tw-card-body tw:p-0"><div class="tw-list-group tw-list-group-flush">…</div></div>

Action — clickable rows

Action: render the row as an <a> or <button> with .tw-list-group-item-action for hover/focus feedback. .tw-active marks the current selection (pair with aria-current="true"); .tw-disabled or a real disabled attribute marks an unavailable row.

All enquiries
128 records
Priority applicants
14 records
<a href="#" class="tw-list-group-item tw-list-group-item-action tw-active" aria-current="true">…</a>

Compact (Sm)

Sm: tighter row padding and smaller type — an activity feed or audit trail with many rows.

<ul class="tw-list-group tw-list-group-sm" role="list"><li class="tw-list-group-item">…</li></ul>