UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

14 lines (11 loc) 411 B
# Blockquote Blockquote is used to display quoted content with author names and titles. ## Usage This component is used as a call out within content pages. ```html <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> ```