/
1.1k
Sponsor

Progress Circle

Circular progress indicator using Unicode braille

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

PropTypeDefault
valuenumberrequired
size"sm" | "md" | "lg""sm"
colorstring-
labelstring-
showPercentbooleanfalse

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.