react-tinygrid
v0.1.0
Published
A tiny column overlay for React
Downloads
6
Readme
react-tinygrid
A tiny column overlay for React
Install
npm install --save react-tinygridUsage
import * as React from 'react'
import TinyGrid from 'react-tinygrid'
class Example extends React.Component {
render () {
return (
<TinyGrid />
)
}
}License
MIT © simulieren
