Blockquote | UI Showcase
WRNexus UI
Base component

Blockquote

Theme-aware, responsive blockquote component.

13 props1 slots0 outputsTheme readyResponsive
Interactive playground

Configure Blockquote

Change any prop and inspect the server-rendered component immediately.

Live preview

I just wanted to say that I'm very happy with my purchase so far. The documentation is outstanding - clear and detailed.

Blockquote example
Component code
<Blockquote
  citationTitle="Blockquote example"
  align="start"
/>
Component props13 controls
Live examples

Designed for real product surfaces

Compare configurations and resize the browser to check responsive behavior.

Recommended

Production default

Balanced spacing, hierarchy, and content for the most common product workflow.

01
Live preview

I just wanted to say that I'm very happy with my purchase so far. The documentation is outstanding - clear and detailed.

Blockquote example
Component usage.wrn
<Blockquote
  citationTitle="Blockquote example"
  align="start"
/>
Dense UI

Compact application

A tighter variation for dashboards, side panels, tables, and operational interfaces.

02
Live preview

I just wanted to say that I'm very happy with my purchase so far. The documentation is outstanding - clear and detailed.

Compact Blockquote
Component usage.wrn
<Blockquote
  citationTitle="Compact Blockquote"
  size="sm"
  align="center"
  variant="secondary"
/>
Extended

Rich configuration

A more expressive variation using additional data, stronger emphasis, and optional states.

03
Live preview

I just wanted to say that I'm very happy with my purchase so far. The documentation is outstanding - clear and detailed.

Advanced Blockquote
Component usage.wrn
<Blockquote
  citationTitle="Advanced Blockquote"
  size="lg"
  align="end"
  variant="success"
/>
Component API

Props and configuration

All content and behavior shown above is supplied through these props and slots.

PropTypeDefaultRequired
quotestring"I just wanted to say that I'm very happy with my purchase so far. The documentation is outstanding - clear and detailed."No
citationstring""No
citationTitlestring""No
citationUrlstring""No
avatarSrcstring""No
avatarAltstring""No
sizestring"md"No
colorstring"primary"No
alignstring"left"No
variantstring"default"No
quoteMarkbooleantrueNo
italicbooleantrueNo
classstring""No