npm install @shubham_17/cssanimations
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>
)
}
}
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.
This is a demo package ;)