Skip to main content
zerotal

Documentation


Documentation / @zerotal/flow-ui / index / EmptyProps

Interface: EmptyProps

Defined in: flow-ui/src/components/Empty.tsx:19

Indexable

[key: string]: unknown

Properties

icon?

optional icon?: unknown

Defined in: flow-ui/src/components/Empty.tsx:21

Decorative glyph above the heading.


title?

optional title?: unknown

Defined in: flow-ui/src/components/Empty.tsx:22


description?

optional description?: unknown

Defined in: flow-ui/src/components/Empty.tsx:23


action?

optional action?: unknown

Defined in: flow-ui/src/components/Empty.tsx:25

What to do about it — usually a button or two.


bare?

optional bare?: boolean

Defined in: flow-ui/src/components/Empty.tsx:30

Render without the dashed border, for an empty state already inside a card or a panel that draws its own edge.


class?

optional class?: string

Defined in: flow-ui/src/components/Empty.tsx:31


children?

optional children?: unknown

Defined in: flow-ui/src/components/Empty.tsx:32