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
| Prop | Type | Default | Description |
|---|---|---|---|
as | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'div' | 'span' | 'div' | HTML element rendered as the quote container. |
text | string | '' | 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.