Skip to main content
zerotal

Documentation


Documentation / @zerotal/flow / index / LoadingProps

Interface: LoadingProps

Defined in: flow/src/components.ts:846

Props for Loading: target/hide/delay loading behaviour and optional skeleton placeholder.

Indexable

[key: string]: unknown

Properties

target?

optional target?: string | string[]

Defined in: flow/src/components.ts:847


hide?

optional hide?: boolean

Defined in: flow/src/components.ts:848


delay?

optional delay?: boolean

Defined in: flow/src/components.ts:849


skeleton?

optional skeleton?: boolean | SkeletonProps

Defined in: flow/src/components.ts:851

Show a <Skeleton> while loading (used when no children are given).


tag?

optional tag?: string

Defined in: flow/src/components.ts:852


class?

optional class?: string

Defined in: flow/src/components.ts:853


children?

optional children?: unknown

Defined in: flow/src/components.ts:854