Jun*_*tin 7 accordion bootstrap-4 ngx-bootstrap angular
使用ngx-bootstrap,如何在手风琴组标题中添加图标?例如:
<accordion-group heading="<i class='fa fa-users'></i> Users">
This content is straight in the template.
</accordion-group>
Zim*_*Zim 10
我认为可以这样做..
<accordion-group #group>
<span accordion-heading>
<i class='fa fa-users'></i> Users
</span>
This content is straight in the template.
</accordion-group>
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
3233 次 |
| 最近记录: |