0.1.3 • Published 1 year ago
@xyzproject/gridlayout v0.1.3
GridLayout Component
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
.
Installation
To install the GridLayout
component, you can use npm or yarn:
npm install @my-org/GridLayout
or
yarn add @your-org/grid-layout
Import Component
import {GridLayout} from 'my-org/GridLayout'
Import Style File in your root level of the component
import '@radix-ui/themes/styles.css';