feat(registry): add mk-usage-arc — hairline arc gauge

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
jbernard077
2026-07-06 12:50:58 -04:00
co-authored by Claude Fable 5
parent eed6adafb0
commit 63c6cd02ea
4 changed files with 210 additions and 0 deletions
@@ -0,0 +1,19 @@
{
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
"name": "mk-usage-arc",
"type": "hyperframes:component",
"title": "Hairline Arc Gauge",
"description": "Thin circular gauge that draws on while its percentage counts up; one helper call drives both",
"tags": [
"data-viz",
"gauge",
"minimal"
],
"files": [
{
"path": "mk-usage-arc.html",
"target": "compositions/components/mk-usage-arc.html",
"type": "hyperframes:snippet"
}
]
}