BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/thegridcn/circuit-background

Circuit Background

thegridcn/circuit-background
FreeComponent

thegridcn publishes no description for this item.

Install it

npx shadcn@latest add https://thegridcn.com/r/circuit-background.json

Source

src/components/thegridcn/circuit-background.tsxthegridcn.com/r/circuit-background.json
1"use client";
2
3import type * as React from "react";
4import { cn } from "@/lib/utils";
5
6interface CircuitBackgroundProps extends React.HTMLAttributes<HTMLDivElement> {
7 animated?: boolean;
8 opacity?: number;
9}
10
11export function CircuitBackground({
12 children,
13 className,
14 animated = true,
15 opacity = 0.15,
16 ...props
17}: CircuitBackgroundProps) {
18 return (
19 <div className={cn("relative overflow-hidden", className)} {...props}>
20 {/* Circuit SVG pattern */}
21 <svg
22 aria-hidden="true"
23 className={cn(
24 "pointer-events-none absolute inset-0 h-full w-full",
25 animated && "animate-circuit"
26 )}
27 style={{ opacity }}
28 xmlns="http://www.w3.org/2000/svg"
29 >
30 <defs>
31 <pattern
32 id="circuit-pattern"
33 x="0"
34 y="0"
35 width="100"
36 height="100"
37 patternUnits="userSpaceOnUse"
38 >
39 {/* Horizontal lines */}
40 <path
41 d="M0 50 H30 M70 50 H100"
42 stroke="currentColor"
43 strokeWidth="1"
44 fill="none"
45 className="text-primary"
46 />
47 {/* Vertical lines */}
48 <path
49 d="M50 0 V30 M50 70 V100"
50 stroke="currentColor"
51 strokeWidth="1"
52 fill="none"
53 className="text-primary"
54 />
55 {/* Center node */}
56 <circle
57 cx="50"
58 cy="50"
59 r="4"
60 fill="none"
61 stroke="currentColor"
62 strokeWidth="1"
63 className="text-primary"
64 />
65 {/* Corner nodes */}
66 <circle
67 cx="0"
68 cy="0"
69 r="2"
70 fill="currentColor"
71 className="text-primary"
72 />
73 <circle
74 cx="100"
75 cy="0"
76 r="2"
77 fill="currentColor"
78 className="text-primary"
79 />
80 <circle
81 cx="0"
82 cy="100"
83 r="2"
84 fill="currentColor"
85 className="text-primary"
86 />
87 <circle
88 cx="100"
89 cy="100"
90 r="2"
91 fill="currentColor"
92 className="text-primary"
93 />
94 {/* Diagonal connectors */}
95 <path
96 d="M30 50 L50 30 M50 70 L70 50"
97// … truncated

Files it writes

  • src/components/thegridcn/circuit-background.tsx

Facts

Registry
thegridcn
Type
registry:component
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-13
Last confirmed
yesterday

Go to the source

thegridcn.com Raw registry item This item as JSON

More from thegridcn

All 139 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
AccordionaccordionthegridcnComponentsFree2 deps
Agent Avataragent-avatarthegridcnComponentsFreeno deps
AlertalertthegridcnComponentsFree1 dep
Alert Dialogalert-dialogthegridcnComponentsFree1 dep
Announcement Barannouncement-barthegridcnComponentsFreeno deps
Anomaly Banneranomaly-bannerthegridcnComponentsFreeno deps
Arrival Panelarrival-panelthegridcnComponentsFreeno deps
Aspect Ratioaspect-ratiothegridcnComponentsFree1 dep

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