1.0.6 • Published 4 years ago

@shubham_17/cssanimations v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

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 ;)

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago