# XWUIDisplayBlockquote

Quote text from external source (Chakra Blockquote equivalent).

## Basic Usage

Quote text from external source (Chakra Blockquote equivalent).

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Quote text from external source (Chakra Blockquote equivalent).
```

## Quote with citation

A quote with an attribution caption and a `cite` source URL on the semantic `<blockquote>`.

```example
file: examples/WithCitation.ts
html: examples/WithCitation.html
title: Quote with citation
description: A quote with a caption line and a cite source URL.
```

## Non-semantic pull quote

HTML content with inline emphasis, rendered as a styled `<div>` via `semantic: false`.

```example
file: examples/RichPullQuote.ts
html: examples/RichPullQuote.html
title: Non-semantic pull quote
description: HTML content rendered as a div instead of a blockquote element.
```

```api
```
