Start typing to search components and docs…
select navigate ESC close

Quote

Simple Quote component with left border in primary color.

Est adipisicing officia eiusmod consequat aliqua qui amet sunt magna in.
<Quote text="Est adipisicing officia eiusmod consequat aliqua qui amet sunt magna in." />

Est adipisicing officia eiusmod consequat aliqua qui amet sunt magna in.
<Quote class="font-headlight text-center" text="Est adipisicing officia eiusmod consequat aliqua qui amet sunt magna in." />

Props

PropTypeDefaultDescription
as'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'div' | 'span''div'HTML element rendered as the quote container.
textstring''Quote text. Ignored if a default slot is provided.

Slot

The default slot replaces the text prop entirely — useful when you want to include inline formatting or links inside the quote.