The 18.40 charge on the 3rd is a hold from Basinworks Exchange, not a payment. It drops off on its own within five working days, and nothing leaves your balance unless the merchant completes it.
KQ-838 · REVIEW/STAMP
Review Stamp
An answer card with a stamp that lands when a person approves it: the header's state chip fades and a tilted seal drops from 1.6× scale on recoil while its tick draws on flick and the card's border takes the success tone on a colour tween. The seal is a button whose tooltip reads who and when on hover, focus or press; Revoke peels it on rotateX toward the viewer on the exit ease, and Approve and Revoke share the footer at one height.
KQ-838 · REVIEW/STAMP
Unreviewed
Install
One command — the source lands in your repo. Or copy it from the Code tab.
$ pnpm dlx shadcn@latest add @kinetiq/review-stamp
Props
- answer
- string
- default —
- The answer's text.
- model
- string
- default —
- The invented model that wrote it, printed in the header.
- review
- ReviewRecord | null
- default null
- The approval on record — reviewer, team and a formatted time; present, the stamp is down.
- onApprove
- () => void
- default —
- Fires from the Approve control; the host records who and when.
- onRevoke
- () => void
- default —
- Fires from the Revoke control.
- stampText
- string
- default "Reviewed"
- The word on the seal.
- label
- string
- default —
- Names the card for assistive technology.
| Prop | Type | Default | Description |
|---|---|---|---|
| answer | string | — | The answer's text. |
| model | string | — | The invented model that wrote it, printed in the header. |
| review | ReviewRecord | null | null | The approval on record — reviewer, team and a formatted time; present, the stamp is down. |
| onApprove | () => void | — | Fires from the Approve control; the host records who and when. |
| onRevoke | () => void | — | Fires from the Revoke control. |
| stampText | string | "Reviewed" | The word on the seal. |
| label | string | — | Names the card for assistive technology. |