1.3.1 • Published 7 years ago

react-steack v1.3.1

Weekly downloads
20
License
WTFPL
Repository
github
Last release
7 years ago

react-steack

Animate stacks with great performances

demo

DEMO

Install

npm i -S react-steack

or

yarn add react-steack

Usage

import Steack from 'react-steack'

// ...

<Steack
  reverse={true}
  align='right'
  springConfig={{
    stiffness: 250,
    damping: 20,
  }}
>
  {items.map(item => (
    <div key={item.id}>
      {'item content'}
    </div>
  ))}
</Steack>
1.3.1

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago