Text effects
Letterpress proof card
Letterpress proof card: A letterpress proof of a short headline that the press re-inks and pulls again, where a longer press squeezes more ink and bite into the paper and each pull is numbered.
Using Letterpress proof card
Letterpress proof card uses the card preview frame with a light/dark theme setting.
Customize the preview
These controls are passed to the demo. Defaults and limits describe the preview; consult the implementation for its full prop API.
| Control | Type | Default | Preview limits |
|---|---|---|---|
text | text | Every Proof Pulled by Hand | Up to 40 characters |
caption | text | Harbor Street Press, broadside no. 3 | Up to 48 characters |
ink | color | #1F2330 | No additional limit in the metadata. |
spotInk | color | #FF4D8D | No additional limit in the metadata. |
paper | color | #EEE7D8 | No additional limit in the metadata. |
pressure | number | 0.55 | From 0 to 1; step 0.05 |
autoPull | boolean | true | No additional limit in the metadata. |
Which frameworks are available for Letterpress proof card?
Letterpress proof card is available for React, Vue, Svelte, Astro, HTML. The live preview uses React; the source observations below apply to index.tsx. Check the selected port before relying on the same interactions.
What does Letterpress proof card depend on?
The React metadata lists no additional npm dependencies beyond React.
What accessibility details are visible in Letterpress proof card?
The React source for Letterpress proof card includes: native elements (button); attributes and handlers (aria-atomic, aria-describedby, aria-hidden, aria-label, aria-live). These are source observations. Verify accessible names, focus order and keyboard behavior in the composed page.
How does Letterpress proof card handle reduced motion?
Letterpress proof card reads the motion preference in its React source through matchMedia(prefers-reduced-motion). Check the full implementation, shared styles and selected port with reduced motion enabled; these observations do not establish that every animation stops.