A grid that animates its children in a staggered manner.
npm run nexponent add staggered-grid
Prop | Type | Default | Description |
---|---|---|---|
className | String | - | Additional classes to apply to the component. |
gridHeight | Number | 20 | Number of dots in the grid vertically. |
gridWidth | Number | 25 | Number of dots in the grid horizontally. |
amplitude | Number | -15 | The wave amplitude of the staggered grid animation. |
Credit to @anuja-rahul
Special thanks to @tomisloading