Grid
Grid Background
BackgroundsAnimated grid pattern background
gridpatterntech
Installation
$
Usage
tsx
import { GridBg } from "@/components/nonaxial/grid-bg"
export default function Example() {
return (
<GridBg>{/* Your content here */}</GridBg>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |