Particles

PreviousNext

Configurable particle system.

Docs
react-bitscomponent

Preview

Loading preview…
Particles/Particles.css
.particles-container {
  position: relative;
  width: 100%;
  height: 100%;
}

Installation

npx shadcn@latest add @react-bits/Particles-JS-CSS

Usage

import { ParticlesJSCSS } from "@/components/Particles-JS-CSS"
<ParticlesJSCSS />