0.1.8 • Published 8 years ago

grid-maker v0.1.8

Weekly downloads
2
License
ISC
Repository
github
Last release
8 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

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago