# skeleton

Provides a combination of placeholder graphics where you need to wait for content to load.

## Code demo

The skeleton length follows the length of the parent element

<div style="width: 100px;margin-top:10px">
    <r-skeleton ></r-skeleton>
</div>
<div style="margin-top:10px">
    <r-skeleton ></r-skeleton>
</div>
<div style="margin-top:10px">
    <r-skeleton ></r-skeleton>
</div>
<div style="width: 200px;margin-top:10px">
    <r-skeleton ></r-skeleton>
</div>

```xml
<r-skeleton ></r-skeleton>
```
