feedback

Skeleton

パルスアニメーション付きのローディングプレースホルダー。テキスト(単行・複数行)・円形・矩形に対応。

インポート

import { Skeleton } from '@stella-ds/react'

Props

Propデフォルト説明
variant'text' | 'circular' | 'rectangular''text'Shape of placeholder
widthstring | numberundefinedCSS width
heightstring | numberundefinedCSS height
linesnumber1Number of text lines (text variant only)
animatebooleantruePulse animation

Preview

使用例

Multi-line text

<Skeleton variant="text" lines={3} />
<Skeleton variant="circular" width={40} height={40} />
<Skeleton variant="rectangular" width="100%" height={120} />
Separator
コンポーネント一覧
Stack