open-consul/ui/packages/consul-ui/app/components/tile/README.mdx

21 lines
198 B
Plaintext

# tile
```hbs preview-template
<figure>
<figcaption>
Leader tile
</figcaption>
<div class="tile">
</div>
</figure>
```
```css
.tile {
@extend %with-tile, %with-leader-tile;
}
```