Components
Datalines With Grid
A grid with random data line tracers.
npx neonblade add datalines-with-gridProps Configuration
| Prop | Type | Default | Description |
|---|---|---|---|
lineColor | string | "#00f3ff" | The color for the line tracers. |
shadowColor | string | "#00f3ff" | The hex color for the trail shadow. |
bgGridColor | string | "rgba(255,255,255,0.05)" | Color for the grid cells border. |
cellSize | number | 50 | Size of the simulated grid tiles. |
maxLines | number | 15 | Maximum number of simultaneous data lines. |
baseSpeed | number | 2 | Flow speed multiplier. |
spawnProbability | number | 0.1 | Chance per frame to spawn a new line. |
overlay | boolean | false | Whether to overlay the grid on top of existing content. |