You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/ui/packages/consul-ui/app/components/tile
hashicorp-copywrite[bot] 5fb9df1640
[COMPLIANCE] License changes (#18443)
1 year ago
..
README.mdx
debug.scss [COMPLIANCE] License changes (#18443) 1 year ago
index.scss [COMPLIANCE] License changes (#18443) 1 year ago

README.mdx

# tile


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

  </div>
</figure>

```

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