1.0.0 • Published 2 years ago

react-flex-grids v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

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