Skip to content

kiran-venugopal/react-flex-grids

Repository files navigation

react-flex-grid

lightweight grid system for react applications which uses css flexbox under the hood",

NPM JavaScript Style Guide

Install

npm install react-flex-grid

Example

View on Codesandbox

Usage

import React, { Component, useState } from 'react'

import ReactFlexGrids from 'react-flex-grid'
import 'react-flex-grid/dist/index.css'

export default function Example {

  const [order, setOrder] = useState({})

  return <ReactFlexGrids flexOrders={order} onOrderChange={newOrder => steOrder(newOrder)} />

}

License

MIT © https://github.com/kiran-venugopal

About

lightweight grid system for react applications which uses css flex box under the hood

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published