Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arctic-cli/interface
/ size
Function
size
packages/ui/src/components/progress-circle.tsx:12–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
const [split, rest] = splitProps(props, [
"percentage"
,
"size"
,
"strokeWidth"
,
"class"
,
"classList"
])
11
12
const size = () => split.size || 16
13
const strokeWidth = () => split.strokeWidth || 3
14
15
const viewBoxSize = 16
Callers
1
ProgressCircle
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected