---
meta:
  title: List Tile Property
  description:
layout: component
---

```html:preview
<zn-tile-property caption="Business Relations">
  Front-end Developer sdkf dskjf dskjf dsjkf dskjfdskjf dskjf dsf dsfdsf dsfdsds 
</zn-tile-property>
```


## Examples

### With Icons


```html:preview
<div class="flex">
  <zn-tile-property caption="Revision" icon="commit">
    b61fa1
  </zn-tile-property>
  <zn-tile-property caption="Build Number" icon="handyman">
    122332
  </zn-tile-property>
</div>
```
