BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/bundui/blog-sections-01

Blog Sections

bundui/blog-sections-01
FreeComponent

Showcase your articles and content in beautifully structured Tailwind CSS blog sections. These layouts combine clear headings, featured images, and engaging excerpts to attract readers and encourage clicks. Perfect for blogs, news sites, and marketing platforms looking for a modern, readable, and visually appealing content presentation.

Live preview

live · rendered by the registry
Rendered by bundui on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://bundui.io/r/blog-sections-01.json

Source

examples/blocks/marketing/blog-sections/01/page.tsxbundui.io/r/blog-sections-01.json
1import Link from "next/link";
2import { Card, CardAction, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
3import { Badge } from "@/components/ui/badge";
4import { Clock1Icon } from "lucide-react";
5import { Button } from "@/components/ui/button";
6
7const posts = [
8 {
9 category: "Technology",
10 title: "The Future of Web Development: Trends to Watch",
11 description:
12 "A practical guide to implementing robust security measures in your development workflow.",
13 date: "August 1, 2024",
14 author: "Alex Johnson",
15 href: "#"
16 },
17 {
18 category: "Design",
19 title: "Mastering Responsive Design for All Devices",
20 description:
21 "A practical guide to implementing robust security measures in your development workflow.",
22 date: "July 25, 2024",
23 author: "Sarah Lee",
24 href: "#"
25 },
26 {
27 category: "Cloud",
28 title: "Understanding Serverless Architectures: A Deep Dive",
29 description:
30 "A practical guide to implementing robust security measures in your development workflow.",
31 date: "July 18, 2024",
32 author: "Michael Chen",
33 href: "#"
34 },
35 {
36 category: "Security",
37 title: "Essential Cybersecurity Tips for Developers",
38 description:
39 "A practical guide to implementing robust security measures in your development workflow.",
40 date: "July 10, 2024",
41 author: "Jessica Kim",
42 href: "#"
43 }
44];
45
46export default function BlogSection() {
47 return (
48 <section className="py-12 lg:py-20">
49 <div className="mx-auto max-w-3xl px-4">
50 <header className="mb-6 space-y-2">
51 <h2 className="font-heading text-3xl sm:text-4xl">Our Latest Articles</h2>
52 <p className="text-muted-foreground lg:text-lg">
53 Stay informed with our in-depth articles, guides, and thought leadership.
54 </p>
55 </header>
56
57 <div className="grid gap-4">
58 {posts.map((post, i) => (
59 <Link href="#" className="group hover:bg-muted/50 block rounded-md border p-6" key={i}>
60 <div className="space-y-2">
61 <h4 className="flex flex-col gap-3 text-lg font-semibold lg:text-xl">
62 <Badge variant="outline">{post.category}</Badge>
63 {post.title}
64 </h4>
65 <p className="text-muted-foreground mb-4 text-base dark:text-gray-300">
66 {post.description}
67 </p>
68 </div>
69// … truncated

What it pulls in

npm packages

  • lucide-react

Other registry items

  • card
  • badge
  • button

Files it writes

  • examples/blocks/marketing/blog-sections/01/page.tsx

Facts

Registry
bundui
Type
registry:component
Access
Free
Files written
1
Licence
the repository states none
First indexed
2026-08-04
Last confirmed
today

Go to the source

Docs on bundui bundui.io Raw registry item This item as JSON

More from bundui

All 217 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Accordionaccordion-collapsiblebunduiComponentsFreeno deps · 2 files
Accordionaccordion-defaultbunduiComponentsFreeno deps
Accordionaccordion-with-plus-iconbunduiComponentsFree2 deps
Alertalert-dangerbunduiComponentsFree1 dep
Alertalert-defaultbunduiComponentsFreeno deps
Alert Dialogalert-dialogbunduiComponentsFreeno deps
Alertalert-successbunduiComponentsFree1 dep
Alertalert-warningbunduiComponentsFree1 dep
BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex