Particle Field
BackgroundsConnected particle field
particlesfieldconnected
Installation
$
Usage
tsx
import { ParticleField } from "@/components/nonaxial/particle-field"
export default function Example() {
return (
<ParticleField>{/* Your content here */}</ParticleField>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |