Skip to content

shubhamsWEB/CSS-Animation--Package

Repository files navigation

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

About

Npm Package for css animations

Resources

Stars

Watchers

Forks

Packages

No packages published