Components

Datalines With Grid

A grid with random data line tracers.

npx neonblade add datalines-with-grid

Props Configuration

PropTypeDefaultDescription
lineColorstring"#00f3ff"The color for the line tracers.
shadowColorstring"#00f3ff"The hex color for the trail shadow.
bgGridColorstring"rgba(255,255,255,0.05)"Color for the grid cells border.
cellSizenumber50Size of the simulated grid tiles.
maxLinesnumber15Maximum number of simultaneous data lines.
baseSpeednumber2Flow speed multiplier.
spawnProbabilitynumber0.1Chance per frame to spawn a new line.
overlaybooleanfalseWhether to overlay the grid on top of existing content.