react-grid-made-easy

React Simple grid component

Usage no npm install needed!

<script type="module">
  import reactGridMadeEasy from 'https://cdn.skypack.dev/react-grid-made-easy';
</script>

README

This a simple react grid component

pass following props

gridSize={rows:"",columns:""}

cell= This component will be displayed in each cell. type= React component

products= props for cell component. type=array

offset= number of items to skip in product array