项目
版本

图片容器

abp-figure 是 Bootstrap 图片元素的主要容器。

基本用法:

<abp-figure>
  <abp-image src="..." class="img-fluid rounded" alt="一个带有圆角的通用方形占位图片,位于图片容器中。">
  <abp-figcaption class="text-end">上方图片的说明文字。</abp-figcaption>
</abp-figure>

该组件会为主容器添加 figure 类,同时为内部的 abp-image 元素添加 figure-img 类,为内部的 abp-figcaption 元素添加 figure-caption 类。

在本文档中