 # content-loader

Used for displaying a loading animation while waiting for content to display

### example

```html
<h-content-loader data-loading="true">
  <slot></slot>
</h-content-loader>
```
