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

17 lines 264 B
.card { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around; padding: 2.5rem; } .title { height: 100%; width: fit-content; } .text { margin: 2.5rem 0; } .line { margin: 0.75rem 0; }