Particles
Particles Background
BackgroundsFloating particles background
particlesfloatambient
Installation
$
Usage
tsx
import { ParticlesBg } from "@/components/nonaxial/particles-bg"
export default function Example() {
return (
<ParticlesBg>{/* Your content here */}</ParticlesBg>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |