Blog index
A filterable index of writing: a page header, a chip filter bar, a stack of listing rows, and pagination.
Field notes
Protocol design, settlement engineering, and the craft of operable software.
A filterable index of writing: a page header, a chip filter bar, a stack of listing rows, and pagination.
Protocol design, settlement engineering, and the craft of operable software.
A listing page turns a collection into something scannable: a header that names the set, a chip filter to narrow it, a stack of rows that read cleanly at a glance, and pagination to keep the page short. The rows carry only what helps the reader choose — title first, then mono metadata trailing right. Try the topic chips and the pager above; both are live.
Use it for blog and changelog indexes, docs collections, search results, and any browseable list. When rows represent records to operate on rather than read, reach for the console DataTable instead.
Open any component to read its full API and live examples.