Flickering Grid
BackgroundsFlickering grid background
gridflickeringcanvas
Installation
$
Usage
tsx
import { FlickeringGrid } from "@/components/nonaxial/flickering-grid"
export default function Example() {
return (
<FlickeringGrid>{/* Your content here */}</FlickeringGrid>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |