QuoteBlockRenderer
stableRenders quotes with attribution and CTA buttons.
Source: packages/ui/src/components/blocks/QuoteBlockRenderer.tsx
Accessibility
No accessibility audit yet. Run the a11y pipeline to generate results.
Playground
Interactive playground coming soon for this component.
tsx
import { QuoteBlockRenderer } from "@itu/ui"; <QuoteBlockRenderer />
3 lines of tsx code
Props
| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| block | QuoteBlockData | — | Required | The quote block data from Payload CMS |
| resolvedQuote | QuoteData | null | — | Optional | Pre-fetched and resolved quote data |
| locale | string | — | Required | BCP 47 locale string used for localizing content |