UNPKG

televerse-skeleton

Version:

A lightweight and customizable loading skeleton library for React components. This library provides a collection of reusable loading skeleton components for displaying placeholders while content is being fetched or loaded from an external source. The loa

16 lines 271 B
.card { /* padding: 2.5rem; */ /* padding-top: 2rem; */ padding-top: 1rem; } .header { display: flex; justify-content: space-between; margin: 1rem; } .break { background-color: #999; height: 2px; width: 100%; margin: 1.5rem 0; }