Skip to main content

ProgressCard

ProgressCard — Prism component.

Signature
Density
Viewport
Theme follows the navbar ☀/☾ toggle
Live demo
Open ↗

When to use

ProgressCard — Prism component.

Accessibility

When the whole card is actionable, expose a single accessible name and make it reachable with Tab + Enter. Decorative imagery uses empty alt.

Import

const { ProgressCard } = window.PrismDesignSystem_39d121;

Props

PropTypeRequiredDescription
titleReact.ReactNode
subtitleReact.ReactNode
valuenumber
maxnumber
tone"accent" | "positive" | "notice" | "negative"
showPercentbooleanShow the % figure top-right. Default true.
barReact.ReactNodeSupply a custom ProgressBar/node; otherwise one is rendered from value/max.
actionsReact.ReactNode
classNamestring