Skip to content

Process & metrics

Rendered

execute
Formation packet5 documents1.2s
CharterSigned
BylawsSigned
Action of incorporatorSigned
Founder common-stock issuancePending
83(b) electionDraft

Primitives

PrimitiveUse
CK.Stepone step in a multi-step receipt (filing flow, packet assembly)
CK.Progresslinear progress bar with --motion-deliberate motion
CK.RunSummarytop-of-card summary line — duration, status pill, exit code

Example

import { CK } from "@matter/components";

<CK.Frame phase="execute">
  <CK.RunSummary
    duration="1.2s"
    status="signed"
    label="Formation packet · 5 documents"
  />
  <CK.Body>
    <CK.Step label="Charter" status="signed" />
    <CK.Step label="Bylaws" status="signed" />
    <CK.Step label="Action of incorporator" status="signed" />
    <CK.Step label="Founder common-stock issuance" status="pending" />
    <CK.Step label="83(b) election" status="draft" />
  </CK.Body>
</CK.Frame>

Each step renders a status pill (see Status) — signed / pending / draft / filed.

On this page