KQ-777 · VERIFY/ROW
Verify Row
A claim checked against its source. Pressing Verify hands the check to the host; while verifying a narrow scan bar sweeps the claim on a linear tween and repeats until the verdict lands, then runs off the edge on the exit ease as a stamp lands beside the button: match on recoil, partial on snap, mismatch on glide, because a failed check never celebrates. The button is a real button, busy while checking, and the row announces the verdict once on the stamp.
KQ-777 · VERIFY/ROW
Deposits rose 4.2% over the quarter.
againstBasinworks quarterly letterbasinworks.example
The Easy saver headline rate moved to 3.9% in May.
againstSavings ratescoldbrook.example
Branch costs fell for a third quarter.
againstBranch surveyfieldline.example
3 claims · none checked
Install
One command — the source lands in your repo. Or copy it from the Code tab.
$ pnpm dlx shadcn@latest add @kinetiq/verify-row
Props
- claim
- string
- default —
- The claim being checked.
- source
- { label: string; domain: string }
- default —
- What the claim is checked against.
- verifying
- boolean
- default false
- The check is running: the scan bar sweeps until a verdict lands.
- verdict
- "match" | "partial" | "mismatch" | null
- default null
- The outcome once known; stamps the row when set.
- onVerify
- () => void
- default —
- Fires from the Verify or Recheck button.
- disabled
- boolean
- default false
- Blocks the button, for hosts that check one row at a time.
| Prop | Type | Default | Description |
|---|---|---|---|
| claim | string | — | The claim being checked. |
| source | { label: string; domain: string } | — | What the claim is checked against. |
| verifying | boolean | false | The check is running: the scan bar sweeps until a verdict lands. |
| verdict | "match" | "partial" | "mismatch" | null | null | The outcome once known; stamps the row when set. |
| onVerify | () => void | — | Fires from the Verify or Recheck button. |
| disabled | boolean | false | Blocks the button, for hosts that check one row at a time. |