@gfazioli/react-animatecss
TypeScript icon, indicating that this package has built-in type declarations

0.4.1 • Public • Published

Overview

version license GitHub issues type last-commit npm

Porting of Animate CSS as React components

Installation

You can use either npm

npm i @gfazioli/react-animatecss

or yarn

yarn add @gfazioli/react-animatecss

Basic Usage

First of all, remember to import the component.

import React from "react"

import {Zoom} from "@gfazioli/react-animatecss"

function Application() {

  return (
    <Zoom animate={true}>
      <h1>Hello, World!</h1>
    </Zoom>
  )

}

Documentation

See the complete documentation and intercative playground

Credits

This package is based of 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. By participating, you are expected to uphold this code. Please report unacceptable behavior to giovambattista.fazioli@gmail.com.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.4.1
    2
    • latest

Version History

Package Sidebar

Install

npm i @gfazioli/react-animatecss

Weekly Downloads

2

Version

0.4.1

License

MIT

Unpacked Size

45 MB

Total Files

505

Last publish

Collaborators

  • gfazioli