# Letterpress proof card

https://fieldbook.lizardi.mx/components/letterpress-proof-card

Category: Text effects
Thumbnail: https://fieldbook.lizardi.mx/thumbs/letterpress-proof-card.webp

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.

## Frameworks

react, vue, svelte, astro, html

## Preview controls

These controls are passed to the demo. Defaults and limits describe the preview; consult the implementation for its full prop API.

| Name | Type | Default | Options or constraints |
| --- | --- | --- | --- |
| 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. |

## Usage notes

Letterpress proof card uses the card preview frame with a light/dark theme setting.

### 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.

## Install through MCP

Connect your client, call get_component to retrieve the implementation, then get_install_command for installation instructions. Choose a listed framework, integrate the returned source and verify it in your application.

```json
{
  "tool": "get_component",
  "arguments": {
    "slug": "letterpress-proof-card",
    "framework": "react"
  }
}
```

[For agents](https://fieldbook.lizardi.mx/docs/agents)
[MCP](https://fieldbook.lizardi.mx/api/mcp)

## Related open components

- [Cascading Letter Reveal](https://fieldbook.lizardi.mx/components/cascading-letter-reveal)
- [Color Band Text Reveal](https://fieldbook.lizardi.mx/components/color-band-text-reveal)
- [Flowing gradient headline](https://fieldbook.lizardi.mx/components/flowing-gradient-headline)
- [Striped shadow heading](https://fieldbook.lizardi.mx/components/striped-shadow-heading)
- [Wavy letter heading](https://fieldbook.lizardi.mx/components/wavy-letter-heading)
- [Shimmer Wave Text](https://fieldbook.lizardi.mx/components/character-wave-shimmer)
