2.5.1 • Published 10 months ago

react-text-particles v2.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

npm GitHub code size in bytes GitHub license

🎉 React Text Particles

Create visually stunning text particles with React Text Particles and let your imagination run wild! 😎

ysg9teskojiduxxb0u83rhe2

📦 Installation

Install react-text-particles using npm:

npm install react-text-particles

🚀 Usage

React

import { TextParticles } from 'react-text-particles';

function App() {
  return <TextParticles />;
}

Next.js

import dynamic from 'next/dynamic';

const TextParticles = dynamic(
  () => import('react-text-particles').then(mod => mod.TextParticles),
  {
    ssr: false,
  }
);

function App() {
  return <TextParticles />;
}

⚙️ Props

NameTypeDefaultDescription
textStringHalil AtillaText to display as particles
textSizeNumber160Font size of text particles
flowNumber0.3Particle flow speed
flowOffsetNumber0Particle flow offset
topSpeedNumber100Maximum particle speed
lifeSpanNumber2000Particle lifespan
gravityObject{ direction: 90, force: 0 }Gravity settings
canvasObject{ width: 880, height: 300, bg: '#161c1e' }Canvas settings
colorSetArray'#fbbf24','#e91e63','#60a5fa','#673ab7','#65a30d'Particle colors

🛠️ Development

Contributions are welcome and appreciated! Feel free to submit pull requests and help us improve the project.

To set up React Text Particles locally:

git clone https://github.com/halilatilla/react-text-particles.git
cd react-text-particles
npm install

To start the development server:

yarn start
// or
npm start

Visit http://localhost:3000/

To start Storybook:

yarn storybook
// or
npm start storybook

Visit http://localhost:6006/

👤 Authors

📄 License

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

2.5.0

10 months ago

2.5.1

10 months ago

2.3.0

2 years ago

2.2.0

2 years ago

2.1.1

2 years ago

2.4.1

2 years ago

2.3.2

2 years ago

2.4.0

2 years ago

2.3.1

2 years ago

2.4.3

2 years ago

2.4.2

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.0.0

3 years ago

0.1.0

3 years ago