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
21 lines • 347 B
CSS
.space {
padding: 0.75rem;
}
.user {
display: flex;
align-items: center;
}
.user .line {
margin: 0.5rem;
}
.price {
display: flex;
justify-content: space-between;
}
.price .priceText{
display: flex;
align-items: center;
}
.price .priceText .text{
margin-left: 0.5rem;
}