react-flipbox-animation
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Flipbox

react-flipbox-animation let you use Flipbox animation in React

Example:

Working Flipbox example

Example of code:

<Flipbox
  trigger="mouseenter"
  duration={1}
  type="rotate-left"
  thirdDimensional={{
    enabled: true,
  }}
>
  <FlipboxFront>
    <h1>Flipbox Front</h1>
  </FlipboxFront>
  <FlipboxBack>
    <h1>Flipbox Back</h1>
  </FlipboxBack>
</Flipbox>

/react-flipbox-animation/

    Package Sidebar

    Install

    npm i react-flipbox-animation

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    37.1 kB

    Total Files

    45

    Last publish

    Collaborators

    • victor-pg