1.0.5 • Published 6 years ago

react-flip-box v1.0.5

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
6 years ago

react-flip-box

React Flip Box

Install:

  • yarn add react-flip-box
  • npm i react-flip-box

Usage:

import * as Ripple from "react-flip-box"
...
const handleFlip = (flipped: boolean) => {
    console.log("flipped = ", flipped)
}
...
<FlipBox
    style={{background: "white"}}
    className="flip-box"
    first={<p>First Screen</p>}
    second={<p>Second Screen</p>}
    time={500}
    onChange={handleFlip}
    flipped={false}
    stop={false}
/>
1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago