Command Palette

Search for a command to run...

Docs
Circular Progress

Circular Progress

Displays the remaining character count on a text editor, ensuring users are aware of their input limit.

Installation

pnpm dlx shadcn@latest add "https://akasha-ui.pages.dev/r/styles/default/circular-progress.json"

Usage

import { CircularProgress } from "<path-to-ui-components>/circular-progress";
<CircularProgress value={40} />

The value is a percentage.