Back to Next Js

tsParticles Example

examples/with-particles/README.md

16.2.51.2 KB
Original Source

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

How to use

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

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

Deploy it to the cloud with Vercel (Documentation).