npm install rfgA super simple react component for creating grids. Uses the fab four technique to eliminate the need for any media queries.
``shell`
$ yarn add rfg
`jsx
import React from 'react'
import Col from 'rfg'
const App = () => (
export default App
`
#### size
A number between 1 and 12. Declares the size of the box (1 being 1/12 width and 12 being the full width).
#### breakpoint`
Any number. Used to declare the point in which to break the row into columns.
MIT © Henry Kaufman