1.1.5 • Published 6 months ago

react-confetti-pro v1.1.5

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

React Confetti Pro

A customizable confetti animation for React. Easily add a fun and interactive confetti effect to your React applications.

React Confetti

Installation

You can install react-confetti-pro via npm or yarn:

npm install react-confetti-pro

or

yarn add react-confetti-pro

Usage

Import and use the Confetti component in your React application:

import { Confetti } from 'react-confetti-pro';

function App() {
  return (
    <Confetti
      particleCount={150}
      duration={10000}
      direction={'center'}
    />
  );
}

export default App;

Props

PropTypeDefaultDescription
particleCountnumber100Number of confetti particles.
durationnumber5000Duration of the confetti effect in milliseconds.
directionstring'center'Direction of the confetti ('left', 'right', 'center').

License

This project is licensed under the ISC License.

1.1.5

6 months ago

1.1.4

6 months ago

1.1.3

6 months ago

1.1.2

6 months ago

1.1.1

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago