Skeleton

Use to show a placeholder while content is loading.

Card

Anatomy

Import all parts and piece them together.

use leptos::prelude::*;
use singlestage::Skeleton;

#[component]
pub fn SkeletonAnatomy() -> impl IntoView {
    view! { <Skeleton /> }
}

API Reference

Skeleton

The skeleton.

Implements global attributes.