MICA / LISTS
One collection. Less chrome.
A list can separate its entries without making every entry a card. Start with the content, add a quiet metadata line, and leave the actions within reach.
Notes
One surface, no item boxes. Content and metadata share a row; only entries are separated.
My notes Private
No notes yet. Add an observation about this fixture.
The same anatomy beyond notes
An optional leading visual, a flexible content area, and optional trailing information or actions. Each row keeps native links and buttons.
Match files
- Opposition reportPDF · 2.4 MB · Updated today↗Open report
- Second-half clipsVideo · 8 clips↗Open clips
Shared with
- Jamie Reedjamie@example.comOwner
- Alex Lanealex@example.com
API: native ul/ol[data-list] with li children and optional data-list-leading, data-list-body, data-list-meta, and data-list-trailing parts. Inset dividers separate entries by default. Set data-dividers="none" on an individual list to hide them without changing row spacing. The containing surface owns any outer border; the list adds no hover fill, icon, selection behavior, or row-wide click target.
<ul data-list role="list">…</ul>
<ul data-list data-dividers="none" role="list">…</ul>