Components

Grid Floor

Canvas-based perspective synthwave grid with scrolling horizontal lines, neon glow, and configurable horizon.

npx neonblade add grid-floor

Default grid floor

Pink horizon

Low horizon, slow scroll

Static green wireframe

Props Configuration

PropTypeDefaultDescription
horizonnumber0.45Horizon line as a fraction of container height (0–1).
columnsnumber24Number of vertical perspective lines.
rowsnumber18Number of horizontal grid rows receding into the distance.
lineColorstring"#00f3ff"Color of the grid lines.
glowColorstring"#00f3ff"Glow color applied as a drop-shadow to the lines.
bgColorstring"#050505"Background fill color behind the grid.
speednumber0.6Speed of the forward scrolling animation. Set to 0 to disable motion.
opacitynumber0.85Maximum opacity of the grid lines (0–1).
lineWidthnumber1Grid line width in pixels.
classNamestringundefinedAdditional CSS classes for the canvas element.