components / article-list
article-list.
searchable, tag-filterable grid of article cards. animated banners stay frozen in grayscale until hover, then play in full color. cards stagger their entrance fade.
installation
bunx @justin06lee/chrome@latest add article-listprops
| name | type | default | description |
|---|---|---|---|
| articles * | ArticlePreview[] | - | articles to render as cards. |
| basePath | string | '' | prefix for card hrefs, built as `${basePath}/${slug}`. |
| defaultQuery | string | '' | initial value of the search box. |
| defaultTag | string | - | initially selected tag filter. |
| stagger | boolean | true | stagger each card's entrance fade by index (60ms per card, capped; honors prefers-reduced-motion). |
| className | string | - |