Components
TimelineProgress
TimelineProgress is a token-driven Sigil component in the feedback and status group.
Import
import { TimelineProgress } from "@sigil-ui/components";Preview
Usage
<TimelineProgress value={66}>2 of 3 stages complete</TimelineProgress>CLI
npx @sigil-ui/cli add timeline-progressToken Integration
TimelineProgress follows the Sigil component rules: styles resolve from var(--s-*), class names are mergeable through className, and the component is exported from @sigil-ui/components.