MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / ParticleProps

Interface ParticleProps

src/showcase/components/loaders/ParticleSwarmLoader.tsx:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { motion } from 'framer-motion'
5
6interface ParticleProps {
7 id: number
8 x: number
9 y: number
10 size: number
11}
12
13const ParticleSwarmLoader = () => {
14 const [particles, setParticles] = useState<ParticleProps[]>([])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected