🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

react-easy-css-grid-layout

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-easy-css-grid-layout - npm Package Compare versions

Comparing version

to
1.0.4

{
"name": "react-easy-css-grid-layout",
"version": "1.0.3",
"version": "1.0.4",
"description": "Reusable react grid layout component taking props to render a certain CSS Grid container",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -28,3 +28,8 @@ # React CSS Grid layout component

It will render those children paragraphs in the Grid with 2 columns:
<img src='./exampleOutput.png' />
Or looping and rendering children will also work:
```js

@@ -31,0 +36,0 @@ <Grid columns={"2"} gap={'1em'}>