Paramount
Edit page
IntroductionCustomizationLayout
Components
AlertAvatarBadgeBoxButtonCheckboxCollapsibleContainerCounterDialogDividerDrawerFormFieldHeadingIconLabelListItemListPickerModalNativePickerParagraphPickerPopoverUsagePropsProgressBarRatingRow and ColumnSliderSwitchTextTextInputToastVisibleWheelPicker
ContributingReadme

Popover

Composes Positioner

Usage

Open popover

Props

overrides
Partial<{ content: overridewithstyle<positionerbaseprops, viewprops, styleprop<viewstyle>>; root: overridewithstyle<positionerbaseprops, rootprops, styleprop<viewstyle>>; target: overridewithstyle<...>; }> | undefined
position
"top" | "left" | "right" | "bottom" | "top-left" | "top-right" | "bottom-left" | "bottom-right" | undefined
"bottom"
children
Reactnode
content
Reactnode
isVisible
Boolean | undefined