The Animate CSS porting for React
npm install @gfazioli/react-animatecss!version
!license
!GitHub issues
!type
!last-commit
!npm
Porting of Animate CSS as React components
You can use either npm
``bash`
npm i @gfazioli/react-animatecss
or yarn
`bash`
yarn add @gfazioli/react-animatecss
First of all, remember to import the component.
`jsx
import React from "react"
import {Zoom} from "@gfazioli/react-animatecss"
function Application() {
return (
Hello, World!
)
}
``
See the complete documentation and intercative playground
This package is based of Animate.css.
Thanks for any your contribute 👏.
Use the GitHub issues.
Licensed under the MIT license. (http://opensource.org/licenses/MIT). Copyright (c) Giovambattista Fazioli 2019.
This project and everyone participating in it is governed by the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to giovambattista.fazioli@gmail.com.