0.1.3 • Published 3 months ago

@xyzproject/gridlayout v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

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';
0.1.2

3 months ago

0.1.3

3 months ago

0.1.1

3 months ago

0.1.0

3 months ago

1.0.0

3 months ago

0.0.5

3 months ago

0.0.4

4 months ago

0.0.3

4 months ago

0.0.2

4 months ago