Utility
Terminal
Installation
$ pnpm dlx shadcn@latest add @termcn/ink/progress-circle
Usage
import { ProgressCircle } from "@/components/ui/progress-circle";<ProgressCircle value={75} size="sm" label="Memory" showPercent />Examples
Sizes
Terminal
API Reference
ProgressCircle
| Prop | Type | Default |
|---|---|---|
value | number | required |
size | "sm" | "md" | "lg" | "sm" |
color | string | - |
label | string | - |
showPercent | boolean | false |
Notes
Accessibility
termcn exposes the following behavior through Ink's terminal accessibility APIs. This is not a browser ARIA or general WCAG-conformance claim.
- Screen reader: Ink labels and semantic state expose the component without relying on visual styling alone.