Skip to main content

ReviewActionBar

ReviewActionBar — Prism component.

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

When to use

ReviewActionBar — Prism component.

Accessibility

Pipeline/timeline state is conveyed in text (not just colour); action bars are keyboard reachable and announce the item under review.

Import

const { ReviewActionBar } = window.PrismDesignSystem_39d121;

Props

PropTypeRequiredDescription
summaryReact.ReactNodeLeft-side at-a-glance status, e.g. "3 of 5 sections complete".
metaReact.ReactNodeSecondary context line — reviewer, SLA, last updated.
onApprove() => void
onRequestChanges() => void
onReject() => void
approveLabelstring
requestLabelstring
rejectLabelstring
pendingbooleanBusy state — disables actions, shows "Approving…".
disabledboolean
stickybooleanStick to the bottom of the review surface. Default true.
classNamestring