GridLayout
is a utility component that simplifies the creation of grid layouts in your React applications. It's built on top of the Grid
component from @radix-ui/themes
.
To install the GridLayout
component, you can use npm or yarn:
npm install @my-org/GridLayout
or
yarn add @your-org/grid-layout
import {GridLayout} from 'my-org/GridLayout'
import '@radix-ui/themes/styles.css';