New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

reactbits-animation

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactbits-animation

A comprehensive collection of beautiful, performant React animation components including bounce effects, click sparks, star borders, scroll-triggered animations, and fade transitions.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@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.

  • Author: Aadviklabs
  • Website: www.aadviklabs.com
  • Repository: https://github.com/AadvikLabs/reactbits-animation

Installation

npm install reactbits-animation

Peer Dependencies

This package requires the following peer dependencies to be installed in your project:

# Core dependencies (required)
npm install react react-dom

# Animation libraries (install as needed)
npm install framer-motion gsap

# For 3D components (optional)
npm install three @react-three/fiber @react-three/drei

# For UI components (optional)
npm install @chakra-ui/react @emotion/react @emotion/styled

Usage

import { Bounce } from '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.

Keywords

react

FAQs

Package last updated on 23 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts