Flickering Grid
Server ComponentA grid of cells that independently flicker.
Import
tsx
import { FlickeringGrid } from "@cronus-ui/ui";
bash
npx cronus-ui add flickering-grid
Examples
API Reference
Generated from the component's exported types.
FlickeringGridProps
Extends HTMLAttributes<HTMLDivElement>
| Prop | Type | Default | Description |
|---|---|---|---|
ref | Ref<HTMLDivElement> | — | — |
columns | number | 16 | Number of columns in the grid. |
rows | number | 10 | Number of rows in the grid. |