Documentation / @zerotal/flow-ui / index / EmptyProps
Interface: EmptyProps
Defined in: flow-ui/src/components/Empty.tsx:19
Indexable
[
key:string]:unknown
Properties
icon?
optionalicon?:unknown
Defined in: flow-ui/src/components/Empty.tsx:21
Decorative glyph above the heading.
title?
optionaltitle?:unknown
Defined in: flow-ui/src/components/Empty.tsx:22
description?
optionaldescription?:unknown
Defined in: flow-ui/src/components/Empty.tsx:23
action?
optionalaction?:unknown
Defined in: flow-ui/src/components/Empty.tsx:25
What to do about it — usually a button or two.
bare?
optionalbare?: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?
optionalclass?:string
Defined in: flow-ui/src/components/Empty.tsx:31
children?
optionalchildren?:unknown
Defined in: flow-ui/src/components/Empty.tsx:32