A comprehensive collection of beautiful, performant React animation components for the Reactbits NPM Package.
This package provides a set of ready-to-use animation components for React. It's designed to be easy to use and highly customizable.
- Author: Aadviklabs
- Website: www.aadviklabs.com
- Repository: https://github.com/AadvikLabs/reactbits-animation
npm install @aadviklabs/reactbits-animationimport { Bounce } from '@aadviklabs/reactbits-animation';
function App() {
return (
<Bounce>
<h1>Hello, World!</h1>
</Bounce>
);
}This package includes a variety of animation components. Here are a few examples:
AnimatedContentAnimatedListBounceFadeContent- ... and many more!
Check out examples.md for more examples.
This project is licensed under the MIT License. See the LICENSE file for details.