Skip to main content

Skeleton

Import​

import { Skeleton } from '@resultadosdigitais/tangram-components'

Properties​

children​

Typenode
Defaultnull

Description​

Sets the children.

height​

Typestring

Description​

Sets the height.

shape​

Type
Enum of:
  • Skeleton.shapes.circle
  • Skeleton.shapes.rectangle
  • Skeleton.shapes.text
DefaultSkeleton.shapes.rectangle

Description​

Sets the shape.

width​

Typestring

Description​

Sets the width.

loading πŸ—‘οΈβ€‹

Concerns
πŸ—‘οΈ Deprecated: - Use `done` property instead.
Typebool
Defaulttrue

Description​

Indicates if the Skeleton is active.

done​

Typebool
Defaultfalse

Description​

Indicates that the Skeleton is no longer active.

Feedback​