tinkerwell / Griddle

Simple Grid Component written in React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Griddle

![Gitter](https://badges.gitter.im/Join Chat.svg)

GRIDDLE IS IN DEVELOPMENT You are welcome to use Griddle, however, it's in the early stages of development. There are likely bugs and other issues that need to be cleaned up :)

Please submit issues / pull requests for anything you run into.


Griddle is a simple grid Component for use with React. It depends on underscore.js and React.

Please check out the documentation and examples.

To use Griddle:

npm install griddle-react

Or

download and reference griddle.js from the build directory (npm is preferred).


To run from source, type the following commands into a terminal:

  1. npm install -g grunt-cli if you don't have grunt.
  2. npm install
  3. webpack (Learn more about webpack)
  4. grunt
  5. That's it!

###Changelog:### 0.1.18:

  1. Fixed a bug where initialSort property wasn't getting used
  2. Added initialSortAscending prop (defaults to true)
  3. Removed references to bootstrap
  4. Fixed an issue with filtering and external results
  5. External Results fixes/enhancements
  6. Metadata enhancements

About

Simple Grid Component written in React

License:MIT License


Languages

Language:JavaScript 96.6%Language:CSS 3.4%