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

Feature 08

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

A bento-style feature grid with a large featured card and icon-based feature cards

See it running

Open the demo on shadcn-ui-blocks

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

Source

src/registry/blocks/feature-08/feature.tsxshadcnship.com/r/feature-08.json
1import { cn } from "@/lib/utils";
2import { Card, CardContent } from "@/components/ui/card";
3import { Copy, Sparkles, Code2, LayoutTemplate, Gauge } from "lucide-react";
4
5interface FeatureItem {
6 icon: React.ReactNode;
7 title: string;
8 description: string;
9 featured?: boolean;
10}
11
12interface Feature08Props {
13 label?: string;
14 title?: string;
15 description?: string;
16 features?: FeatureItem[];
17 className?: string;
18}
19
20const FeatureCard = ({ icon, title, description, featured }: FeatureItem) => (
21 <Card
22 className={cn(
23 featured
24 ? "border-0 bg-linear-to-br from-primary to-primary/70 text-primary-foreground md:col-span-2 lg:col-span-1 lg:row-span-2"
25 : "bg-muted dark:bg-background",
26 "shadow-none",
27 )}
28 >
29 <CardContent
30 className={cn("flex flex-col", featured ? "h-full gap-0" : "gap-4")}
31 >
32 <div
33 className={cn(
34 "flex size-12 items-center justify-center rounded-lg border backdrop-blur-sm",
35 featured
36 ? "border-white/20 bg-white/10"
37 : "border-border/50 bg-background/50",
38 )}
39 >
40 <span
41 className={cn(
42 "flex items-center justify-center",
43 !featured && "text-foreground",
44 )}
45 >
46 {icon}
47 </span>
48 </div>
49 <div
50 className={cn("flex flex-col gap-2", featured && "mt-auto gap-3 pt-8")}
51 >
52 <h3 className={cn("font-medium", featured && "text-xl")}>{title}</h3>
53 <p className={cn("text-sm", !featured && "text-muted-foreground")}>
54 {description}
55 </p>
56 </div>
57 </CardContent>
58 </Card>
59);
60
61const Feature08 = ({
62 label = "Features",
63 title = "Everything You Need to Build Faster",
64 description = "Production-ready blocks built with shadcn/ui and Tailwind CSS. Copy, customize, and ship.",
65 features = [
66 {
67 icon: <Copy className="size-5" />,
68 title: "Copy & Paste Ready",
69 description:
70 "All components are ready to use out of the box. Just copy the code and paste it into your project — no configuration needed.",
71 featured: true,
72 },
73 {
74 icon: <Sparkles className="size-5" />,
75 title: "Fully Customizable",
76 description:
77 "Built with Tailwind CSS, every component is fully customizable to match your brand.",
78 },
79 {
80 icon: <Code2 className="size-5" />,
81 title: "TypeScript First",
82 description:
83// … truncated

What it pulls in

npm packages

  • lucide-react

Other registry items

  • card

Files it writes

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

Facts

Registry
shadcn-ui-blocks
Type
registry:block
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-12
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

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