PullQuote
v0.4.0
Large, emphasized quote for highlighting key text in articles and blog posts.
Live Demo
Center Aligned
Left Aligned
Right Aligned
Installation
npm install noorui-rtlUsage
import { PullQuote } from 'noorui-rtl'
<PullQuote align="center">
Your highlighted quote text.
</PullQuote>
// Different alignments
<PullQuote align="left">Left aligned quote</PullQuote>
<PullQuote align="right">Right aligned quote</PullQuote>Props
| Name | Type | Default | Description |
|---|---|---|---|
align | 'left' | 'center' | 'right' | 'center' | Alignment of the pull quote (left, center, or right) |
className | string | undefined | Additional CSS classes to apply |