BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/shadcn-ui-blocks/feature-03

Feature 03

shadcn-ui-blocks-shadcnship/feature-03
FreeBlock

Two-column image grid showcasing product features with visual screenshots and short descriptions. Use it to let your interface speak for itself while giving context for each feature shown.

See it running

Open the demo on shadcn-ui-blocks

shadcnship.com/blocks/feature-03
Open
This registry sends X-Frame-Options, so its page cannot be embedded here. The link is the same page the frame would have shown.

Install it

npx shadcn@latest add https://shadcnship.com/r/feature-03.json

Source

src/registry/blocks/feature-03/feature.tsxshadcnship.com/r/feature-03.json
1import { Button } from "@/components/ui/button";
2import { cn } from "@/lib/utils";
3import { ArrowUpRight } from "lucide-react";
4
5interface FeatureItem {
6 badge: string;
7 title: string;
8 description: string;
9 img?: string;
10 button?: { text: string; url: string };
11}
12
13interface Feature03Props {
14 label?: string;
15 title?: string;
16 description?: string;
17 features?: FeatureItem[];
18 className?: string;
19}
20
21const Feature03 = ({
22 label = "Features",
23 title = "Everything You Need to Build Faster",
24 description = "Production-ready blocks built with shadcn/ui and Tailwind CSS. Copy, customize, and ship.",
25 features = [
26 {
27 img: "https://www.shadcnship.com/images/placeholders/hero-architecture-1.webp",
28 badge: "Copy & Paste Ready",
29 title: "Copy & Paste Ready Everything You Need to Build Faster",
30 description:
31 "All components are ready to use. Just copy the code and paste it into your project. All components are ready to use. Just copy the code and paste it into your project.",
32 button: { text: "Browse Components", url: "#" },
33 },
34 {
35 img: "https://www.shadcnship.com/images/placeholders/hero-architecture-2.webp",
36 badge: "Fully Customizable",
37 title: "Fully Customizable",
38 description:
39 "Built with Tailwind CSS, every component is fully customizable to match your brand. Built with Tailwind CSS, every component is fully customizable to match your brand.",
40 button: { text: "View Docs", url: "#" },
41 },
42 {
43 img: "https://www.shadcnship.com/images/placeholders/hero-architecture-3.webp",
44 badge: "TypeScript First",
45 title: "TypeScript First",
46 description:
47 "Written in TypeScript with full type safety and IntelliSense support for better DX. Written in TypeScript with full type safety and IntelliSense support for better DX.",
48 button: { text: "Get Started", url: "#" },
49 },
50 {
51 img: "https://www.shadcnship.com/images/placeholders/hero-architecture-4.webp",
52 badge: "Accessible by Default",
53 title: "Accessible by Default",
54 description:
55 "Built on Radix UI primitives, all components follow WAI-ARIA guidelines.",
56 button: { text: "Learn More", url: "#" },
57 },
58 ],
59 className,
60}: Feature03Props) => {
61 return (
62 <section className={cn("container mx-auto px-8 py-12 md:py-24", className)}>
63 <div className="mx-auto flex max-w-5xl flex-col items-center gap-2 text-center">
64 {label && (
65// … truncated

What it pulls in

npm packages

  • lucide-react

Other registry items

  • button

Files it writes

  • src/registry/blocks/feature-03/feature.tsx

Facts

Registry
shadcn-ui-blocks
Type
registry:block
Access
Free
Files written
1
Licence
the repository states none
First indexed
2026-08-01
Last confirmed
today

Go to the source

Docs on shadcn-ui-blocks shadcnship.com arnaudvolp/shadcnship on GitHub Raw registry item This item as JSON

More from shadcn-ui-blocks

All 74 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Square Grid Backgroundbackground-01shadcn-ui-blocksBlocksFreeno deps
Dot Pattern Backgroundbackground-02shadcn-ui-blocksBlocksFreeno deps
Diagonal Stripes Backgroundbackground-03shadcn-ui-blocksBlocksFreeno deps
Vertical Lines Backgroundbackground-04shadcn-ui-blocksBlocksFreeno deps
Interactive Grid Backgroundbackground-05shadcn-ui-blocksBlocksFreeno deps
Banner 01banner-01shadcn-ui-blocksBlocksFree1 dep
Blog 01blog-01shadcn-ui-blocksBlocksFreeno deps
Changelog 01changelog-01shadcn-ui-blocksBlocksFreeno deps
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