BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/shadcnblocks/background-pattern1

Background Pattern 1 - Full-screen radial gradient background pattern

shadcnblocks/background-pattern1
FreeBlock

This component generates a full-screen background pattern with a radial gradient effect, applying customizable styles through optional class names. It features a placeholder pattern element and a visually striking top primary radial gradient.

Install it

npx shadcn@latest add https://www.shadcnblocks.com/r/background-pattern1.json

Source

block/background-pattern1/background-pattern1.tsxwww.shadcnblocks.com/r/background-pattern1.json
1import { PatternPlaceholder } from "@/components/shadcnblocks/pattern-placeholder";
2import { cn } from "@/lib/utils";
3
4interface BackgroundPattern1Props {
5 className?: string;
6}
7
8const BackgroundPattern1 = ({ className }: BackgroundPattern1Props) => {
9 return (
10 <section
11 className={cn(
12 "relative h-svh max-h-[1200px] min-h-[600px] w-full",
13 className,
14 )}
15 >
16 <PatternPlaceholder />
17 {/* Background Pattern */}
18 {/* Top Primary Radial Background Pattern */}
19 <div
20 className="absolute inset-0 z-0"
21 style={{
22 background:
23 "radial-gradient(125% 125% at 50% 10%, var(--background) 40%, var(--primary) 100%)",
24 }}
25 />
26 </section>
27 );
28};
29
30export { BackgroundPattern1 };

Files it writes

  • block/background-pattern1/background-pattern1.tsx

Facts

Registry
shadcnblocks
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

www.shadcnblocks.com shadcnblocks/shadcn-ui-blocks on GitHub Raw registry item This item as JSON

More from shadcnblocks

All 3,968 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
About 1 - Multi-Section Mission Valuesabout1shadcnblocksBlocksPaidno deps
About 10 - Sticky Sidebar Company Profileabout10shadcnblocksBlocksPaidno deps
About 12 - Agency Profile with Process Cardsabout12shadcnblocksBlocksPaidno deps
About 13 - Story with Avatar Profileabout13shadcnblocksBlocksPaidno deps
About 14 - About with Hero Imageabout14shadcnblocksBlocksPaidno deps
About 15 - Tilted Photo Profile Cardabout15shadcnblocksBlocksPaidno deps
About 16 - Why Us Stats Sectionabout16shadcnblocksBlocksPaidno deps
About 17 - Interactive Tab Profileabout17shadcnblocksBlocksPaidno 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

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