Lightweight grid component for rendering mulitple values within a cell
npm install --save react-multi-cell-gridimport * as React from 'react'
import MyComponent from 'react-multi-cell-grid'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}MIT © HRSHDG8