0.4.1 • Published 4 years ago

@gfazioli/react-animatecss v0.4.1

Weekly downloads
36
License
MIT
Repository
github
Last release
4 years ago

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.

0.4.1

4 years ago

0.4.0

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago