0.0.8 • Published 10 years ago

react-animated-grid v0.0.8

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

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago