BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/lyminhnghia/blog-02

Blog 02

lyminhnghia/blog-02
FreeBlock

A blog section with a lined grid layout.

Install it

npx shadcn@latest add https://lyminhnghia.github.io/r/blog-02.json

Source

src/registry/blocks/blog-02/blog-02.tsxlyminhnghia.github.io/r/blog-02.json
1import { ArrowRightIcon } from "lucide-react"
2
3import { Button } from "@/components/ui/button"
4import { ArticleItem } from "@/registry/blocks/blog-02/components/article-item"
5
6export function Blog02() {
7 return (
8 <div className="max-w-screen overflow-x-hidden">
9 <div className="container mx-auto px-4 py-8">
10 <div className="border-x border-line">
11 <h2 className="screen-line-top screen-line-bottom ml-4 font-heading text-4xl leading-snug font-medium tracking-tight md:text-5xl">
12 Blog
13 </h2>
14
15 <p className="p-4 text-balance text-muted-foreground">
16 A collection of articles on development, design, and ideas.
17 </p>
18
19 <div className="screen-line-top relative py-4">
20 <div className="pointer-events-none absolute inset-0 -z-1 grid grid-cols-1 gap-4 max-sm:hidden sm:grid-cols-2 md:grid-cols-3">
21 <div className="border-r border-line" />
22 <div className="border-l border-line md:border-x" />
23 <div className="border-l border-line max-md:hidden" />
24 </div>
25
26 <div className="grid grid-cols-1 gap-4 sm:grid-cols-2 md:grid-cols-3">
27 {articles.map((article) => (
28 <ArticleItem
29 key={article.id}
30 url="#"
31 title={article.title}
32 coverUrl={article.coverUrl}
33 createdAt={article.createdAt}
34 />
35 ))}
36 </div>
37 </div>
38
39 <div className="screen-line-top screen-line-bottom flex justify-center py-2">
40 <Button className="gap-2 pr-2.5 pl-3" asChild>
41 <a href="#">
42 View All
43 <ArrowRightIcon />
44 </a>
45 </Button>
46 </div>
47 </div>
48 </div>
49 </div>
50 )
51}
52
53type Article = {
54 id: string
55 title: string
56 coverUrl: string
57 createdAt: string
58}
59
60const articles: Article[] = [
61 {
62 id: "1",
63 title:
64 "Apple unveils iPhone 17 Pro: Aluminum frame returns, new colors, upgraded camera",
65 coverUrl:
66 "https://images.unsplash.com/photo-1499750310107-5fef28a66643?w=800&auto=format&fit=crop&q=80",
67 createdAt: "2025-09-13",
68 },
69 {
70 id: "2",
71 title:
72 'While the world is expecting AGI, François Chollet is showing just how "naive" AI can be',
73 coverUrl:
74 "https://images.unsplash.com/photo-1504639725590-34d0984388bd?w=800&auto=format&fit=crop&q=80",
75// … truncated

What it pulls in

npm packages

  • date-fns

Other registry items

  • button
  • https://lyminhnghia.github.io/r/style.json

Files it writes

  • src/registry/blocks/blog-02/blog-02.tsx
  • src/registry/blocks/blog-02/components/article-item.tsx

Facts

Registry
lyminhnghia
Type
registry:block
Access
Free
Files written
2
Licence
MIT
In the index
at or before 2026-08-09
Last confirmed
today

Go to the source

lyminhnghia.github.io lyminhnghia/lyminhnghia.github.io on GitHub Raw registry item This item as JSON

More from lyminhnghia

All 26 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Blog 01blog-01lyminhnghiaBlocksFree1 dep · 2 files
Hero 01hero-01lyminhnghiaBlocksFreeno deps · 2 files
Login 01login-01lyminhnghiaBlocksFreeno deps · 2 files
Testimonials 01testimonials-01lyminhnghiaBlocksFreeno deps · 2 files

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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. Changelog

BlockDex