Blockquote
On this page
On this page
Blockquote
import '@rhds/elements/rh-blockquote/rh-blockquote.js';
```
<rh-blockquote>
<p>In open source, we feel strongly that to really do something well, you have to get a lot of people involved.</p>
<span slot="author">Linus Torvalds</span>
<span slot="title">Software Engineer</span>
</rh-blockquote>
```
Centered
import '@rhds/elements/rh-blockquote/rh-blockquote.js';
```
<rh-blockquote align="center">
<p>In open source, we feel strongly that to really do something well, you have to get a lot of people involved.</p>
<span slot="author">Linus Torvalds</span>
<span slot="title">Software Engineer</span>
</rh-blockquote>
```
Color Context
import '@rhds/elements/rh-blockquote/rh-blockquote.js';
import '@rhds/elements/lib/elements/rh-context-demo/rh-context-demo.js';
```
<rh-context-demo>
<rh-blockquote>
<p>In open source, we feel strongly that to really do something well, you have to get a lot of people involved.</p>
<span slot="author">Linus Torvalds</span>
<span slot="title">Software Engineer</span>
</rh-blockquote>
<rh-blockquote align="center">
<p>In open source, we feel strongly that to really do something well, you have to get a lot of people involved.</p>
<span slot="author">Linus Torvalds</span>
<span slot="title">Software Engineer</span>
</rh-blockquote>
<rh-blockquote highlight="inline-start">
<p>In open source, we feel strongly that to really do something well, you have to get a lot of people involved.</p>
<span slot="author">Linus Torvalds</span>
<span slot="title">Software Engineer</span>
</rh-blockquote>
<rh-blockquote size="large">
<p>In open source, we feel strongly that to really do something well, you have to get a lot of people involved.</p>
<span slot="author">Linus Torvalds</span>
<span slot="title">Software Engineer</span>
</rh-blockquote>
</rh-context-demo>
```
Highlighted
import '@rhds/elements/rh-blockquote/rh-blockquote.js';
```
<rh-blockquote highlight="inline-start">
<p>In open source, we feel strongly that to really do something well, you have to get a lot of people involved.</p>
<span slot="author">Linus Torvalds</span>
<span slot="title">Software Engineer</span>
</rh-blockquote>
```
Large
import '@rhds/elements/rh-blockquote/rh-blockquote.js';
```
<rh-blockquote size="large">
<p>In open source, we feel strongly that to really do something well, you have to get a lot of people involved.</p>
<span slot="author">Linus Torvalds</span>
<span slot="title">Software Engineer</span>
</rh-blockquote>
```
Other libraries
To learn more about our other libraries, visit this page.
Feedback
To give feedback about anything on this page, contact us.