react-flex-grids
v1.0.0
Published
lightweight grid system for react applications which uses css flexbox under the hood",
Downloads
2
Readme
react-flex-grid
lightweight grid system for react applications which uses css flexbox under the hood",
Install
npm install react-flex-grid
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)} />
}