Skeleton Examples
e-skeleton
<div>
<e-skeleton></e-skeleton>
</div>
[width, bar-count, bar-height]
<div>
<e-skeleton width="200px" bar-count="5" bar-height="40px"></e-skeleton>
</div>
[p, h1, h2, h3, h4]
<p><e-skeleton></e-skeleton></p>
<h1><e-skeleton></e-skeleton></h1>
<h2><e-skeleton></e-skeleton></h2>
<h3><e-skeleton></e-skeleton></h3>
<h4><e-skeleton></e-skeleton></h4>