[< Back to Components List](../README.md#components)

## Skeleton body text

`polaris-skeleton-body-text` implements the [Polaris Skeleton body text component](https://polaris.shopify.com/components/feedback-indicators/skeleton-body-text).

### Examples

Basic usage (renders three skeleton text lines):

```hbs
{{polaris-skeleton-body-text}}
```

Single skeleton text line:

```hbs
{{polaris-skeleton-body-text lines=1}}
```
