Home > @uniformdev/design-system > Skeleton

Skeleton() function

A loading skeleton

Signature:

Skeleton: ({ width, height, inline, circle, children, ...otherProps }: SkeletonProps) => _emotion_react_jsx_runtime.JSX.Element

Parameters

ParameterTypeDescription
{ width, height, inline, circle, children, ...otherProps }SkeletonProps

Returns:

_emotion_react_jsx_runtime.JSX.Element

Example

<Skeleton width="50%" height="32px" />