Fetch the repository succeeded.
本示例是OpenHarmony自定义组件FlowImageLayout。
用于将一个图片列表以瀑布流的形式显示出来。
<element name="flowimagelayout" src="../flowimagelayout/flowimagelayout.hml"></element>
<div class="container">
<text style="margin: 20px;">{{title}}</text>
<flowimagelayout image-list="{{images}}"></flowimagelayout>
</div>
参数 | 含义 |
---|---|
image-list | 图片列表 |
Sign in to post a comment
Comment ( 0 )