0.0.8 • Published 9 years ago

react-animated-grid v0.0.8

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

Animated Grid

js-standard-style

demo

A React component that renders its children in a grid animating them when their position changes. Children's size has to be specified on Component Props.

<AnimatedGrid
  width={200}
  height={170}
  margin={10}
  className={'wrapper-classname'}
  transitionTime={'400ms'}
  transitionTimingFunction={'ease-in-out'}
  >
  {listOfElements}
</AnimatedGrid>

Usage

Install dependency

npm install react-animated-grid --save

Use it on your project

import AnimatedGrid from 'react-animated-grid'

Try it

Clone the project

git clone git@github.com:carlesba/animated-grid.git

Install dependencies

npm install

Start server

npm start

and visit http://localhost:8080

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago