0.1.3 • Published 1 year ago

@xyzproject/gridlayout v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

0.1.3

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

1.0.0

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago