showcar-ui
Version:
Showcar-ui is the pattern library that is used to build the frontend of AutoScout24. It provides CSS classes, custom elements and components.
22 lines (19 loc) • 449 B
HTML
<div>
<div class="lazy-sample-img sc-shimmer"></div>
</div>
<div>
<div class="sample-lazy-text-block sc-shimmer"></div>
<div class="sample-lazy-text-block sc-shimmer"></div>
<div class="sample-lazy-text-block sc-shimmer"></div>
</div>
<style>
#lazy-shimmer .lazy-sample-img {
width: 300px;
height: 200px;
}
#lazy-shimmer .sample-lazy-text-block {
width: 100%;
height: 20px;
margin-top: 20px;
}
</style>