Files
heygen-com__hyperframes/docs/catalog/components/mk-usage-arc.mdx
2026-08-04 03:06:31 -07:00

48 lines
1.5 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Hairline Arc Gauge"
description: "Thin circular gauge that draws on while its percentage counts up; one helper call drives both"
---
`data-viz` `gauge` `minimal`
<video className="w-full aspect-video rounded-xl object-cover bg-zinc-100 dark:bg-zinc-800" src="https://static.heygen.ai/hyperframes-oss/docs/images/catalog/components/mk-usage-arc.mp4" poster="https://static.heygen.ai/hyperframes-oss/docs/images/catalog/components/mk-usage-arc.png" autoPlay muted loop playsInline />
## Add it to a project
### Ask your agent
```text
Add the Hairline Arc Gauge component from the HyperFrames Catalog to this project.
Replace the demo content with mine and match the existing design and timing.
```
### Install from the terminal
```bash
npx hyperframes add mk-usage-arc
```
## Details
| Property | Value |
| --- | --- |
| Type | Component |
**Installed files**
| File | Target | Type |
| --- | --- | --- |
| `mk-usage-arc.html` | `compositions/components/mk-usage-arc.html` | hyperframes:snippet |
## Use it
Ask your agent to apply the component to the intended element and preserve the projects existing timing.
**Wiring it by hand.** Open `compositions/components/mk-usage-arc.html` and paste its contents into your composition. The comment header in that file contains any item-specific instructions.
## Related topics
- [Browse the complete Catalog](/catalog)
- [Add assets and Catalog items in Studio](/studio/assets-and-blocks)
- [Build a richer composition](/go-further)