Files
2025-04-23 20:48:58 -05:00

1.2 KiB

tsParticles Example

This example shows a Next.js application using React tsParticles package for creating beautiful particles animations.

Learn more about tsParticles in the docs.

Deploy your own

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-particles with-particles-app
yarn create next-app --example with-particles with-particles-app
pnpm create next-app -- --example with-particles with-particles-app

Deploy it to the cloud with Vercel (Documentation).