Evidence Review Deck
Detail-surface block for active record review, proof artifacts, notes, and side facts.
LLM handoff
Copy a concise page brief or the full MDX source without digging through the docs shell.
Selected issue
Proof artifacts, notes, and metadata should live in one authored detail surface.
/docs/blocks
.blocks-gallery [data-block-gallery-preview]
- Captured
- Mar 27, 2026 10:52 AM
- Images
- 3 artifacts
- Status
- Needs review
Notes
The detail surface should hold proof first, then commentary. Keep the selected record visible and let factual tables stay quiet.
Capture 1
Open
Capture 2
Open
EvidenceReviewDeck is the active-record surface for review routes where screenshots, notes, and record metadata are the proof. It gives the selected item one authored detail area instead of a stack of unrelated panels.
Installation
Install
Purchase access, then open /account/install to issue a registry token.Usage
import { EvidenceReviewDeck } from "@/registry/swiss/blocks/evidence-review-deck"<EvidenceReviewDeck
title="Proof artifacts, notes, and metadata should live in one authored detail surface."
facts={[{ label: "Status", value: "Needs review" }]}
>
<div>Primary evidence content</div>
</EvidenceReviewDeck>Why This Block Exists
The selected record in a queue should feel immediate and dense. This block keeps the title band, facts, evidence, and support rail in one coherent relationship.
Examples
Default
Selected issue
Proof artifacts, notes, and metadata should live in one authored detail surface.
/docs/blocks
.blocks-gallery [data-block-gallery-preview]
- Captured
- Mar 27, 2026 10:52 AM
- Images
- 3 artifacts
- Status
- Needs review
Notes
The detail surface should hold proof first, then commentary. Keep the selected record visible and let factual tables stay quiet.
Capture 1
Open
Capture 2
Open
In Context
Selected comparison
Use the deck when the artifact itself is the reason the page exists.
/preview
- Runs
- 2 states
- Route
- /preview
Guidance
- Use it when the artifact itself is the page's real proof.
- Keep the top facts compact and factual.
- Let the side rail support the record instead of repeating the main content.
API Reference
EvidenceReviewDeck
| Prop | Type | Default |
|---|---|---|
eyebrow | string | "Selected record" |
title | string | required |
metadata | ReactNode | undefined |
actions | ReactNode | undefined |
facts | RecordFactsTableRow[] | [] |
children | ReactNode | required |
sidebar | ReactNode | undefined |
footer | ReactNode | undefined |
layout | "artifact-first" | "summary-first" | "artifact-first" |
className | string | undefined |