blockquote.relative.pl-14.o-blockquote
.absolute.top-0.left-0.text-primary
// @slot Slot for replacing the icon
slot(name="icon")
Icon(name="quote32")
.mb-4.o-blockquote__main
// @slot Default slot is for the text text (for customised style of the `text`)
slot
.lead.o-blockquote__text(v-html="text", v-if="text")
.mt-4.small.font-400.text-primary.o-quote__bottom
// @slot Slot for replacing bottomTitle section (for customised style of the `bottomTitle`)
slot(name="bottomTitle")
.font-700.o-quote__bottom-title(v-html="bottomTitle", v-if="bottomTitle")
// @slot Slot for replacing bottomSubtitle section (for customised style of the `bottomSubtitle`)
slot(name="bottomSubtitle")
span.o-quote__bottom-subtitle(v-html="bottomSubtitle", v-if="bottomSubtitle")
```jsx
This is blockquote example using slot
Name test
Company details
```