Skip to main content

SkeletonBox

Function SkeletonBox 

Source
pub fn SkeletonBox(_: SkeletonBoxProps) -> Element
Expand description

通用骨架占位块。

Props:

  • class:Tailwind CSS 类,控制尺寸与形状
  • style:可选的内联样式字符串
  • animate:是否带 animate-pulse 呼吸动画(缺省 true)。少数骨架屏在 切换动画/骨架屏截断场景需要关闭,避免动画被截断显得突兀。

默认带有 animate-pulse 动画与半透明的占位背景。

§Props

For details, see the props struct definition.