Skip to content
Premium & Brand

Flickering Grid

Server Component

A 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>

Skip FlickeringGridProps props table
PropTypeDefaultDescription
ref
Ref<HTMLDivElement>
columns
number16Number of columns in the grid.
rows
number10Number of rows in the grid.