1.0.5 • Published 5 years ago

react-flip-box v1.0.5

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
5 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

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago