Getting Started
Templates
Components
Special Animations
Text Animations
Backgrounds
import { Grid } from "@/components/eldoraui/grid"<Grid columns={9} rows={2} height="h-24" showPlusIcons={true} />| Prop | Type | Default | Description |
|---|---|---|---|
columns | number | 9 | Number of columns in the grid |
rows | number | 2 | Number of rows in the grid |
height | string | "h-24" | Height of the grid container |
width | string | "w-full" | Width of the grid container |
showPlusIcons | boolean | true | Whether to show decorative plus icons at corners |
className | string | - | Additional CSS classes for the grid container |
children | ReactNode | - | Custom content to render inside the grid |
aria-label | string | - | ARIA label for accessibility |