Skip to main content
zerotal

Documentation


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

Interface: PopoverProps

Defined in: flow-ui/src/components/Popover.tsx:24

Indexable

[key: string]: unknown

Properties

trigger?

optional trigger?: unknown

Defined in: flow-ui/src/components/Popover.tsx:26

The element that opens the panel.


label?

optional label?: unknown

Defined in: flow-ui/src/components/Popover.tsx:28

Text for a default button trigger, when trigger is not given.


side?

optional side?: PopoverSide

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

Which edge the panel sits on. Defaults to below the trigger.


align?

optional align?: PopoverAlign

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

How the panel lines up along that edge.


class?

optional class?: string

Defined in: flow-ui/src/components/Popover.tsx:34

Classes for the panel surface.


triggerClass?

optional triggerClass?: string

Defined in: flow-ui/src/components/Popover.tsx:36

Classes for the trigger wrapper.


children?

optional children?: unknown

Defined in: flow-ui/src/components/Popover.tsx:37