Components

Cyber Circuit

Static SVG circuit traces entering from the corners with glowing terminal nodes. Configurable colors, line weight, dot style, and glow intensity.

npx neonblade add cyber-circuit

CYBER CIRCUIT

Static, responsive circuit traces with configurable nodes and line weight.

Props Configuration

PropTypeDefaultDescription
classNamestringundefinedAdditional CSS classes to apply to the container.
colorstring#00f3ffThe CSS color string for the circuit traces and nodes.
opacitynumber0.6The opacity of the circuit background (0.0 to 1.0).
lineThicknessnumber2Base thickness of the circuit traces.
dotSizenumber3Base radius used for terminal node circles.
dotType"filled" | "outline""filled"Node style variant for circuit endpoints.
glowColorstring#00f3ffGlow color applied to lines and terminal nodes.
glowIntensity"none" | "soft" | "medium" | "strong""medium"Controls glow strength. Use "none" for a fully flat, non-glowing style.