A visual HTML gridsystem on top of Bootstrap 3
react-grid
Component for React to display a visual HTML gridsystem on top of Bootstrap 3. It is developed by Inmeta Interaktiv.
When activated, Metagrid will overlay a visual aid to help you place text correctly.
Installation
% npm install react-grid --save
Usage
var Metagrid = require('react-grid');
MyComponent = React.createClass({
render: function() {
return (
<Metagrid />
);
}
});