전체 카탈로그
ContentBlockquote3 props

Blockquote

A styled quotation block with an accent-colored left border and secondary text color. Use to highlight quoted content, testimonials, or excerpts.

공식 문서 열기
live previewContent

Preview

Use components when the pattern is known, and keep local CSS for the surrounding product layout.
Astryx design notes

Import

import {Blockquote} from '@astryxdesign/core/Blockquote';

Astryx 문서 권장 방식대로 root barrel이 아니라 컴포넌트 subpath에서 가져옵니다.

When to use

A styled quotation block with an accent-colored left border and secondary text color. Use to highlight quoted content, testimonials, or excerpts.

blockquotequotecitationpullquotequotationciteexcerpt

Important props

이 컴포넌트는 주요 variant prop보다 children/compound pattern 중심으로 사용합니다.

Theming targets

astryx-blockquote

Best practices

  • DoUse for quoted text, testimonials, or highlighted excerpts from external sources.
  • DoProvide a cite prop when the source of the quote is known.
  • Do notUse for callout boxes or informational notes; use Banner for those.