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

Interface CircularProgressProps

src/showcase/playground/CircularProgress.tsx:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { motion } from 'framer-motion'
3
4interface CircularProgressProps {
5 value: number
6 size?: number
7 strokeWidth?: number
8 fontSize?: number
9}
10
11const CircularProgress: React.FC<CircularProgressProps> = ({
12 value = 80,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected