Skip to main content

Blockquote

The Blockquote component wraps longer text blocks and indicates that the passage is quoted from another source.

Import

import { Blockquote } from '@dynatrace/strato-components-preview/typography';

Use cases

CodeSandbox

Provide a source

Use the optional cite prop to reference the source of the quotation by providing a URL pointing to the original text or further explanation.

CodeSandbox

Props

BlockquoteProps

extends, , ,
NameTypeDefaultDescription
cite?
-A URL that designates a source document or message for the information quoted. This attribute is intended to point to information explaining the context for the quoted content.
Still have questions?
Find answers in the Dynatrace Community