# tile


```hbs preview-template
<figure>
  <figcaption>
    Leader tile
  </figcaption>
  <div class="tile">

  </div>
</figure>

```

```css
.tile {
  @extend %with-tile, %with-leader-tile;
}
```