
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
reactbits-animation
Advanced tools
A comprehensive collection of beautiful, performant React animation components including bounce effects, click sparks, star borders, scroll-triggered animations, and fade transitions.
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.
npm install reactbits-animation
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
import { Bounce } from 'reactbits-animation';
function App() {
return (
<Bounce>
<h1>Hello, World!</h1>
</Bounce>
);
}
This package includes a variety of animation components. Here are a few examples:
AnimatedContentAnimatedListBounceFadeContentCheck out examples.md for more examples.
This project is licensed under the MIT License. See the LICENSE file for details.
FAQs
A comprehensive collection of beautiful, performant React animation components including bounce effects, click sparks, star borders, scroll-triggered animations, and fade transitions.
We found that reactbits-animation demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.