ReviewActionBar
ReviewActionBar — Prism component.
Signature
Density
Viewport
Theme follows the navbar ☀/☾ toggleWhen 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
| Prop | Type | Required | Description |
|---|---|---|---|
summary | React.ReactNode | — | Left-side at-a-glance status, e.g. "3 of 5 sections complete". |
meta | React.ReactNode | — | Secondary context line — reviewer, SLA, last updated. |
onApprove | () => void | — | |
onRequestChanges | () => void | — | |
onReject | () => void | — | |
approveLabel | string | — | |
requestLabel | string | — | |
rejectLabel | string | — | |
pending | boolean | — | Busy state — disables actions, shows "Approving…". |
disabled | boolean | — | |
sticky | boolean | — | Stick to the bottom of the review surface. Default true. |
className | string | — |