https://github.com/gfazioli/react-animatecss
AnimateCSS porting in React
https://github.com/gfazioli/react-animatecss
animate animatecss animation hooks react reactjs typescript
Last synced: 11 months ago
JSON representation
AnimateCSS porting in React
- Host: GitHub
- URL: https://github.com/gfazioli/react-animatecss
- Owner: gfazioli
- License: mit
- Created: 2019-03-29T12:57:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T06:28:29.000Z (over 4 years ago)
- Last Synced: 2024-04-14T00:51:41.087Z (almost 2 years ago)
- Topics: animate, animatecss, animation, hooks, react, reactjs, typescript
- Language: TypeScript
- Homepage: https://gfazioli.github.io/react-animatecss/
- Size: 16.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Overview






Porting of [Animate CSS](https://github.com/daneden/animate.css) as React components
## Installation
You can use either **npm**
```bash
npm i @gfazioli/react-animatecss
```
or **yarn**
```bash
yarn add @gfazioli/react-animatecss
```
## Basic Usage
First of all, remember to import the component.
```jsx
import React from "react"
import {Zoom} from "@gfazioli/react-animatecss"
function Application() {
return (
Hello, World!
)
}
```
## Documentation
See the complete [documentation and intercative playground](https://gfazioli.github.io/react-animatecss/)
## Credits
This package is based of [Animate.css](https://github.com/daneden/animate.css).
## Contributing
Thanks for any your contribute 👏.
## Bugs 🐛
Use the GitHub issues.
## License
Licensed under the MIT license. (http://opensource.org/licenses/MIT). Copyright (c) Giovambattista Fazioli 2019.
## Code of Conduct
This project and everyone participating in it is governed by the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [giovambattista.fazioli@gmail.com](mailto:giovambattista.fazioli@gmail.com).