Documentation / @zerotal/flow-ui / index / PopoverProps
Interface: PopoverProps
Defined in: flow-ui/src/components/Popover.tsx:24
Indexable
[
key:string]:unknown
Properties
trigger?
optionaltrigger?:unknown
Defined in: flow-ui/src/components/Popover.tsx:26
The element that opens the panel.
label?
optionallabel?:unknown
Defined in: flow-ui/src/components/Popover.tsx:28
Text for a default button trigger, when trigger is not given.
side?
optionalside?:PopoverSide
Defined in: flow-ui/src/components/Popover.tsx:30
Which edge the panel sits on. Defaults to below the trigger.
align?
optionalalign?:PopoverAlign
Defined in: flow-ui/src/components/Popover.tsx:32
How the panel lines up along that edge.
class?
optionalclass?:string
Defined in: flow-ui/src/components/Popover.tsx:34
Classes for the panel surface.
triggerClass?
optionaltriggerClass?:string
Defined in: flow-ui/src/components/Popover.tsx:36
Classes for the trigger wrapper.
children?
optionalchildren?:unknown
Defined in: flow-ui/src/components/Popover.tsx:37