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/typography';
Demo
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.
Style inheritance
Blockquote inherits from its surrounding context. Any inheritable CSS property
not explicitly set by the component flows through from the parent.