Quiet Proof Strip
Compact proof band for density, install reality, and state evidence on marketing and docs surfaces.
LLM handoff
Copy a concise page brief or the full MDX source without digging through the docs shell.
Proof
Proof should stay compact.
Use artifacts and state evidence instead of claim-heavy supporting copy.
Density
Rows stay readable
Selection, metadata, and secondary lines stay ordered under tighter working density.
pnpm dlx shadcn add registry/block.json
Install
Implementation is visible
A quiet proof band can show install reality without turning into a repeated code wall.
State
Support states are first-class
Loading, empty, and selected states can be shown as evidence, not described as aspiration.
QuietProofStrip replaces claim-heavy support copy with compact evidence. Use it when the page needs proof artifacts, not another row of generic feature cards.
Installation
Install
Purchase access, then open /account/install to issue a registry token.Usage
import { QuietProofStrip } from "@/registry/swiss/blocks/quiet-proof-strip"<QuietProofStrip
title="Proof should stay compact."
items={[
{ label: "Density", title: "Rows stay readable", description: "..." },
]}
/>API Reference
| Prop | Type | Required | Notes |
|---|---|---|---|
title | string | yes | Section headline. |
description | string | no | Optional support line. |
items | QuietProofStripItem[] | yes | Proof cells. |