Rust UI component that show a placeholder while content is loading.

Demos

1. Skeleton Image

Installation

Usage

use crate::components::ui::skeleton::Skeleton;
<Skeleton class="w-[100px] h-[20px]" />