Summer pricing is live: save $50 on Starwind Pro lifetime access.

Signal Grid

Pro

A subtle data-grid background with pulsing nodes, transmission lines, and controls for grid density, brightness, motion, and colors.

Theme

Upgrade to Pro
Loading code...

Starwind Dependencies

Sign in to view code and copy install commands.

Sign in

This component requires Starwind Pro.

Get lifetime access to all premium components, updates, and priority support.

Upgrade to Pro

Failed to load code. Please try again.

Code

Usage
<ShaderSignalGrid
  pulseRate={0.34}
  gridDensity={14}
  signalBrightness={0.9}
  fieldColor="#0a121a"
  lineColor="#3bc7ad"
  nodeColor="#d1b875"
/>

Props

proptypedefaultdescription
pulseRatenumber0.34Controls pulse rate.
gridDensitynumber14Controls grid density.
signalBrightnessnumber0.9Controls signal brightness.
opacitynumber0.9Sets the overall opacity of the shader background wrapper.
maxDprnumber1.5Caps device pixel ratio for sharper output without runaway GPU cost.
maxFps30 | 45 | 6060Caps the animation frame rate for performance-sensitive pages.
fieldColorstring"#0a121a"Sets the grid field color. CSS colors and normalized RGB strings are supported.
lineColorstring"#3bc7ad"Sets the signal line color. CSS colors and normalized RGB strings are supported.
nodeColorstring"#d1b875"Sets the pulse node color. CSS colors and normalized RGB strings are supported.