BlockQuotation
Edit
A drop-in replacement for the HTML blockquote element that works both on the web and in the mobile apps. It indicates that the enclosed text is an extended quotation.
Usage
import { BlockQuotation } from '@wordpress/components';
const MyBlockQuotation = () => (
<BlockQuotation>
...Quote content
</BlockQuotation>
);

