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

Feature 12

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

A feature section with a large clickable title list on the left and an image with description on the right that updates on selection

See it running

Open the demo on shadcn-ui-blocks

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

Source

src/registry/blocks/feature-12/feature.tsxshadcnship.com/r/feature-12.json
1"use client";
2
3import { useState } from "react";
4import { cn } from "@/lib/utils";
5
6interface Feature12Item {
7 title: string;
8 description: string;
9 image?: string;
10}
11
12interface Feature12Props {
13 label?: string;
14 items?: Feature12Item[];
15 className?: string;
16}
17
18const defaultItems: Feature12Item[] = [
19 {
20 title: "Components.",
21 description:
22 "Production-ready blocks built on shadcn/ui and Tailwind CSS. Every component is accessible by default, dark mode ready, and fully consistent with your design system.",
23 image:
24 "https://www.shadcnship.com/images/placeholders/hero-architecture-7.webp",
25 },
26 {
27 title: "Customization.",
28 description:
29 "Fully typed and themeable from top to bottom. Swap colors, spacing, and copy through clean props — no digging through opaque internals or fighting CSS specificity.",
30 image:
31 "https://www.shadcnship.com/images/placeholders/hero-architecture-5.webp",
32 },
33 {
34 title: "Performance.",
35 description:
36 "Zero runtime overhead. Components ship as plain React and Tailwind — no CSS-in-JS, no heavy runtimes, no layout shift. Just fast, static HTML from the first byte.",
37 image:
38 "https://www.shadcnship.com/images/placeholders/hero-architecture-10.webp",
39 },
40 {
41 title: "Accessibility.",
42 description:
43 "Every interactive element follows WAI-ARIA patterns out of the box. Keyboard navigation, focus management, and screen reader support are built in — not bolted on.",
44 image:
45 "https://www.shadcnship.com/images/placeholders/hero-architecture-12.webp",
46 },
47 {
48 title: "Developer Experience.",
49 description:
50 "TypeScript-first APIs, consistent naming, and self-contained files. Copy a block, drop it in, and ship — the entire surface fits in your head after five minutes.",
51 image:
52 "https://www.shadcnship.com/images/placeholders/hero-architecture-7.webp",
53 },
54];
55
56const Feature12 = ({
57 label = "Why shadcnship",
58 items = defaultItems,
59 className,
60}: Feature12Props) => {
61 const [active, setActive] = useState(0);
62 const activeItem = items[active];
63
64 return (
65 <section className={cn("container mx-auto px-8 py-12 md:py-24", className)}>
66 {label && (
67 <p className="mb-12 text-sm font-semibold tracking-widest text-muted-foreground uppercase">
68 {label}
69 </p>
70 )}
71
72 <div className="grid grid-cols-1 gap-12 lg:grid-cols-[2fr_3fr] lg:gap-16">
73 {/* Left: clickable title list */}
74// … truncated

Files it writes

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