BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/interlace-ui/article-list-grid

Article List Grid

interlace-ui/article-list-grid
FreeComponent

Grid of ArticleCards with an optional featured slot above. The pattern blog index pages reach for: one big featured card (overlay variant) above N tiles. Composes RelatedPosts-style streaming with proper loading + empty states.

Install it

npx shadcn@latest add https://ds.interlace.tools/r/article-list-grid.json

Source

registry/interlace-ui/patterns/article-list-grid.tsxds.interlace.tools/r/article-list-grid.json
1import * as React from 'react';
2
3// @interlace/article-list-grid v1.1.0 — Interlace design system.
4// Docs, props and live preview: https://ds.interlace.tools/c/article-list-grid
5// What changed since: https://ds.interlace.tools/c/article-list-grid#history
6// Generated banner — keep it, the upgrade diff reads this version.
7
8/**
9 * @interlace/ui — ArticleListGrid
10 *
11 * Grid of ArticleCards with an optional featured slot above. The pattern
12 * blog index pages reach for: one big featured card (overlay variant)
13 * above N tiles. Composes RelatedPosts-style streaming with proper
14 * loading + empty states.
15 *
16 * ## Anatomy
17 *
18 * <section data-slot="article-list-grid" data-min-viewport="320">
19 * <Container>
20 * {featured && <ArticleCard variant="overlay" priority />}
21 * <Grid cols={3}>{posts.map(<ArticleCard />)}</Grid>
22 * </Container>
23 * </section>
24 *
25 * | Rule | Concept | Where in this file |
26 * | ---- | -------------------------------- | ----------------------------------------------------------- |
27 * | R4 | Extends native el | `React.ComponentProps<'section'>` + props |
28 * | R6 | data-slot on root | `data-slot="article-list-grid"` |
29 * | R10 | Composition seam | `featured` + `posts` arrays of ArticleCard props |
30 * | R14 | Declares min viewport | `data-min-viewport={String(MIN_VIEWPORT)}` + exported const |
31 * | R18 | Tailwind only | Zero inline `style` |
32 * | R25 | Server component | No hooks |
33 * | R26 | A11y | `<section>` landmark |
34 */
35
36import { cn } from '@/lib/utils';
37import { Container } from '@/components/ui/container';
38import { Grid } from '@/components/ui/grid';
39import { Skeleton } from '@/components/ui/skeleton';
40import { Stack } from '@/components/ui/stack';
41import { Typography } from '@/components/ui/typography';
42import { ArticleCard, type ArticleCardProps } from '@/components/ui/patterns/article-card';
43
44export const MIN_VIEWPORT = 320 as const;
45
46interface ArticleListGridProps extends Omit<React.ComponentProps<'section'>, 'title'> {
47 title?: React.ReactNode;
48 lead?: React.ReactNode;
49// … truncated

Facts

Registry
interlace-ui
Type
registry:ui
Access
Free
Files written
0
Licence
the repository states none
First indexed
2026-08-12
Last confirmed
today

Go to the source

ds.interlace.tools Raw registry item This item as JSON

More from interlace-ui

All 140 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
A11y Startera11y-starterinterlace-uiComponentsFreeno deps
Accordionaccordioninterlace-uiComponentsFreeno deps
Alertalertinterlace-uiComponentsFreeno deps
Alert Dialogalert-dialoginterlace-uiComponentsFreeno deps
Animated Gradient Textanimated-gradient-textinterlace-uiComponentsFreeno deps
Animated Grid Patternanimated-grid-patterninterlace-uiComponentsFreeno deps
Animated Listanimated-listinterlace-uiComponentsFreeno deps
Article Cardarticle-cardinterlace-uiComponentsFreeno deps
BlockDex

Built by

Kynth Studios

the studio behind StoreReady, ToolDrift and BreachProbe

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product.

BlockDex

BlockDex

Built by

Kynth Studios

the studio behind StoreReady, ToolDrift and BreachProbe

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product.

BlockDex

BlockDex

Built by

Kynth Studios

the studio behind StoreReady, ToolDrift and BreachProbe

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product.

BlockDex