BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/uifoundry/features-2

Features 2

uifoundry/features-2
UnverifiedBlock

Features block with grid layout and icon-based feature cards

Install it

npx shadcn@latest add https://raw.githubusercontent.com/UIFoundry/uifoundry/master/features-2.json

Source

registry/payload/blocks/features/features-2/index.tsxraw.githubusercontent.com/UIFoundry/uifoundry/master/features-2.json
1import type { Features_2_Block } from "~/payload-types";
2import { Icon } from "@/registry/ui/icon";
3
4export * from "./config";
5
6export default function Features(props: NonNullable<Features_2_Block>) {
7 return (
8 <section className="py-12 md:py-20">
9 <div className="mx-auto max-w-5xl space-y-8 px-6 md:space-y-16">
10 <div className="relative z-10 mx-auto max-w-xl space-y-6 text-center md:space-y-12">
11 <h2 className="text-4xl font-medium text-balance lg:text-5xl">
12 {props.header ?? ""}
13 </h2>
14 <p>{props.subheader ?? ""}</p>
15 </div>
16
17 <div className="relative mx-auto grid max-w-4xl divide-x divide-y rounded-md border *:p-12 sm:grid-cols-2 lg:grid-cols-3">
18 {(props.features ?? []).map((feature, index) => (
19 <div className="space-y-2" key={`feature-${index}`}>
20 <div className="flex items-center gap-2">
21 <Icon icon={feature.icon} />
22 <h3 className="text-sm font-medium">{feature.header}</h3>
23 </div>
24 <p className="text-sm">{feature.description}</p>
25 </div>
26 ))}
27 </div>
28 </div>
29 </section>
30 );
31}

What it pulls in

npm packages

  • react
  • next
  • payload
  • lucide-react

Other registry items

  • @uifoundry/icon
  • @uifoundry/header-field
  • @uifoundry/subheader-field
  • @uifoundry/icon-field
  • @uifoundry/description-field
  • @uifoundry/block-constants

Files it writes

  • registry/payload/blocks/features/features-2/index.tsx
  • registry/payload/blocks/features/features-2/config.ts

Facts

Registry
uifoundry
Type
registry:block
Access
Unverified
Files written
2
Licence
NOASSERTION
In the index
at or before 2026-08-01
Last confirmed
3 days ago

Go to the source

uifoundry.dev UIFoundry/uifoundry on GitHub Raw registry item This item as JSON

More from uifoundry

All 54 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Color Fieldcolor-fielduifoundryBlocksUnverified4 deps · 2 files
Coming Soon 1coming-soon-1uifoundryBlocksUnverified3 deps · 2 files
CTA 1cta-1uifoundryBlocksUnverified3 deps · 2 files
CTA 2cta-2uifoundryBlocksUnverified3 deps · 2 files
CTA 3cta-3uifoundryBlocksUnverified3 deps · 2 files
Custom Headercustom-headeruifoundryBlocksUnverified4 deps · 3 files
Features 1features-1uifoundryBlocksUnverified3 deps · 2 files
Features 3features-3uifoundryBlocksUnverified4 deps · 2 files

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

KitGrade

SaaS starter kits, scored from measured facts

kitgrade.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 KitGrade

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 KitGrade

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 KitGrade

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