@brickslab./ui-web
Grid lines moving downward creating a continuous flow effect
Props
| Prop | Type | Défaut | Requis | Description |
|---|---|---|---|---|
size | number | 40 | — | Grid cell size in pixels |
strokeWidth | number | 1 | — | Width of grid lines |
speed | number | 8 | — | Animation speed in seconds |
color | string | "rgba(255, 255, 255, 0.1)" | — | Color of the grid lines |
Override rapide
Tous les paramètres listés dans cette table sont overrideables via les props. Utilisez ce squelette comme point de départ.
<MyComponent
size={40}
strokeWidth={1}
speed={8}
color="rgba(255, 255, 255, 0.1)"
/>sizestrokeWidthspeedcolorUsage
Variations
Fine Grid with Fast Movement
Thick Lines Slow Movement