No Preview

Sorry, but you either have no stories or none are selected somehow.

If the problem persists, check the browser console, or the terminal you've run Storybook from.


  

Blockquote

For quoting blocks of content from another source within your document. Wrap <blockquote class="blockquote"> around any HTML as the quote.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
<blockquote class="blockquote" lang="en"> <q>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</q> </blockquote>
NameDescriptionDefaultControl
Content
Text
The text to insert into the blockquote.
-
General
Language
The documents language.
-
Variations
Caption
When set to true, a caption is inserted after the blockquote text.
-

Make sure the @swisspost/design-system-styles package is already present in your project or follow the installation guidelines.

To import all Design System styles:

@use '@swisspost/design-system-styles/index.scss';

To import only the styles required for this component:

@use '@swisspost/design-system-styles/basics.scss'; @use '@swisspost/design-system-styles/components/blockquote.scss';

The following examples show the different characteristics of the component. These can differ in the type of visualization, the html structure, as well as when, how and why they are displayed.

To add simple quote characters around any nested text within your blockquote, you can wrap it with a <q> tag.

Consectetur I am a nested quote! adipiscing elit. Integer I am a nested quote too! posuere erat a ante.