Skip to main content

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-rtl

Usage

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

NameTypeDefaultDescription
align
'left' | 'center' | 'right''center'Alignment of the pull quote (left, center, or right)
className
stringundefinedAdditional CSS classes to apply