picturepan2 / spectre

Spectre.css - A Lightweight, Responsive and Modern CSS Framework
https://picturepan2.github.io/spectre/
MIT License
11.31k stars 804 forks source link

feature proposal: list group #680

Open roipoussiere opened 3 years ago

roipoussiere commented 3 years ago

I'm looking for a way to display a list of "articles", that are elements with succinct information like a title and a description and eventually a small image.

Something similar to pypi's search result page:

image

In Bootstrap, it's possible to do this using the list group component with custom contents

It could be useful to have a similar component in Spectre.

Vectrex commented 3 years ago

Why not use tiles?