Skip to main content

GridItem

Description

A component that abstracts grid item functionality. All valid grid item dependent rules are implemented as props

Demo

import { GridItem } from "@neui/layout";
Live Editor
Result
Loading...

Props

CSS PropExtendsRenderAs PropRenders by default
BoxBox
NameCSS Rule(s)Description
gridAreagrid-areaSets the component's grid-area
gridColumnStartgrid-column-startSets the component's grid-column-start
gridColumnEndgrid-column-endSets the component's grid-column-end
gridRowStartgrid-row-startSets the component's grid-row-start
gridRowEndgrid-row-endSets the component's grid-row-end