Version
Language

Blockquote

abp-blockquote is the main container for blockquote items.

Basic usages:

<abp-blockquote>
  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
</abp-blockquote>

<abp-blockquote>
  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
  <footer>Someone famous in Source Title</footer>
</abp-blockquote>

It adds blockquote class to main container, also adds blockquote-footer class to inner footer element and mb-0 class to inner p element.

Was this page helpful?
Please make a selection.
Thank you for your valuable feedback!

Please note that although we cannot respond to feedback, our team will use your comments to improve the experience.

In this document
Mastering ABP Framework Book
Mastering ABP Framework

This book will help you gain a complete understanding of the framework and modern web application development techniques.