Skip to content

AadvikLabs/reactbits-animation

Repository files navigation

@aadviklabs/reactbits-animation

A comprehensive collection of beautiful, performant React animation components for the Reactbits NPM Package.

About

This package provides a set of ready-to-use animation components for React. It's designed to be easy to use and highly customizable.

Installation

npm install @aadviklabs/reactbits-animation

Usage

import { Bounce } from '@aadviklabs/reactbits-animation';

function App() {
  return (
    <Bounce>
      <h1>Hello, World!</h1>
    </Bounce>
  );
}

Components

This package includes a variety of animation components. Here are a few examples:

  • AnimatedContent
  • AnimatedList
  • Bounce
  • FadeContent
  • ... and many more!

Check out examples.md for more examples.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Animation components for Reactbits NPM Package

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published