0.1.3 • Published 2 years ago

@xyzproject/gridlayout v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

0.1.3

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

1.0.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago