0.1.8 • Published 7 years ago

grid-maker v0.1.8

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

Dynamic-Grid-Builder

ReactJS Dynamic Grid component built using Bootstrap and ReactJS. Component has resizeable and repositionable placholder which can be used to perform various events on grid.

  • Include bootstrap.css in your index.html file
  • npm install --save grid-maker
import Grid from 'grid-maker';
import React from 'react';
class MyComponent extends React.Component {
	render () {
		const rows = [1,2,3,4,5];
		const columns = [1,2,3,4,5];
		return (
			<Grid rows={rows} columns={columns} />
		)
	}
}
0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago