0.0.8 • Published 8 years ago

react-animated-grid v0.0.8

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

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago