KB-262 · CTA/SIGNATURE/LINE
Signature Line CTA
The close as a signature line: a ledger of names instead of an email funnel — the count rolls, the latest signatures sit there as provenance, and signing asks only for a name. For communities and open registries where joining is a public act, and the page's proof is who already did.
Install
One command — the source lands in your repo. Or copy it from the Code tab.
$ pnpm dlx shadcn@latest add @kinetiq/cta-signature-line
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| count / countLabel / recent | number · string · Signature[] | — | The rolling count and the provenance names. |
| onSign | (name) => void | — | Fired once; signing increments the shown count locally. |