Skip to main content

Blockquote

The Blockquote component wraps a text block and formats it to signal that it's a longer quotation that spans several lines of text.

Import

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

Use cases

The simplest usage of a Blockquote is wrapping a Paragraph or appropriate text component and wrap it inside the blockquote. The optional cite attribute can be used to point to a URL with 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