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-20

Feature 20

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

A 3-card feature section with decorative UI mockups (form, call, pricing) and split header

See it running

Open the demo on shadcn-ui-blocks

shadcnship.com/blocks/feature-20
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-20.json

Source

src/registry/blocks/feature-20/feature.tsxshadcnship.com/r/feature-20.json
1import { Phone, PhoneOff } from "lucide-react";
2import { cn } from "@/lib/utils";
3import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
4import { Button } from "@/components/ui/button";
5import { Card, CardContent } from "@/components/ui/card";
6import { Checkbox } from "@/components/ui/checkbox";
7
8interface Feature20Item {
9 title: string;
10 description: string;
11 mockup?: React.ReactNode;
12}
13
14interface Feature20Props {
15 title?: string;
16 description?: string;
17 items?: [Feature20Item, Feature20Item, Feature20Item];
18 className?: string;
19}
20
21/* Decorative UI mockups suggesting real product surfaces */
22const FormMockup = () => (
23 <div className="w-3/4 rounded-lg border bg-background p-4 shadow-sm">
24 <p className="text-sm font-medium">Type of Block</p>
25 <div className="mt-3 flex items-center gap-2 rounded-md border px-3 py-2 shadow-sm">
26 <Checkbox checked aria-label="Selected" />
27 <span className="text-sm">Hero Section</span>
28 </div>
29 <div className="mt-3 flex flex-col gap-2">
30 {Array.from({ length: 3 }).map((_, i) => (
31 <div key={i} className="h-2 rounded-full bg-muted" />
32 ))}
33 </div>
34 </div>
35);
36
37const CallMockup = () => (
38 <div className="w-3/4 overflow-hidden rounded-lg border bg-background shadow-sm">
39 <img
40 src="https://www.shadcnship.com/images/placeholders/hero-architecture-5.webp"
41 alt=""
42 className="aspect-video w-full object-cover"
43 />
44 <div className="flex items-center gap-2 p-3">
45 <Avatar className="size-8">
46 <AvatarImage src="https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?w=100&h=100&fit=crop&crop=face" />
47 <AvatarFallback className="text-xs">JR</AvatarFallback>
48 </Avatar>
49 <div className="flex min-w-0 flex-1 flex-col">
50 <span className="truncate text-sm font-medium">Jack Riley</span>
51 <span className="text-xs text-muted-foreground">Incoming call...</span>
52 </div>
53 <Button
54 size="icon"
55 variant="secondary"
56 className="size-8 rounded-full"
57 aria-label="Decline"
58 >
59 <PhoneOff className="size-3.5" />
60 </Button>
61 <Button size="icon" className="size-8 rounded-full" aria-label="Answer">
62 <Phone className="size-3.5" />
63 </Button>
64 </div>
65 </div>
66);
67
68const PricingMockup = () => (
69 <div className="w-3/4 rounded-lg border bg-background p-4 shadow-sm">
70 <div className="flex items-start justify-between gap-2">
71// … truncated

What it pulls in

npm packages

  • lucide-react

Other registry items

  • card
  • button
  • checkbox
  • avatar

Files it writes

  • src/registry/blocks/feature-20/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