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>

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    3
  • 0.0.1
    0

Package Sidebar

Install

npm i react-flipbox-animation

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

37.1 kB

Total Files

45

Last publish

Collaborators

  • victor-pg