@shubham_17/cssanimations

Css Animations

Usage no npm install needed!

<script type="module">
  import shubham17Cssanimations from 'https://cdn.skypack.dev/@shubham_17/cssanimations';
</script>

README

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