Skip to main content

Blockquote

Styled quote component with 3 variants and optional author attribution.

Live Demo

Default Variant

The important thing is not to stop questioning. Curiosity has its own reason for existing.
Albert Einstein, On Science

Accent Variant

Innovation distinguishes between a leader and a follower.
Steve Jobs

Subtle Variant

We delight in the beauty of the butterfly, but rarely admit the changes it has gone through to achieve that beauty.
Maya Angelou

Installation

Terminalbash

Usage

Reacttsx

Props

NameTypeDefaultDescription
author
stringundefinedQuote author name
source
stringundefinedSource/book/article title
cite
stringundefinedURL to the source
variant
'default' | 'accent' | 'subtle''default'Visual variant (default, accent, or subtle)
className
stringundefinedAdditional CSS classes to apply

Use Cases

Testimonial sections

Article citations and quotes

Pull quotes in long-form content

Customer review highlights

Related Components