Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 701 Bytes

readme.md

File metadata and controls

36 lines (28 loc) · 701 Bytes

CSS ANIMATIONS

Animate.css

Installation

npm install @shubham_17/cssanimations

Usage

import React from "react";
import Animate from "@shubham_17/cssanimations";
class App extends React.Component {
    render() {
        return(
            <div>
                <h1>App</h1>
                <Animate animation="fadeIn">
                    <h1>Hello</h1>
                </Animate>
            </div>
        )
    }
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Note

This is a demo package ;)