# bodySizeMode
You can use the Popover
component to render popovers with any kind of content.
# Props
# target required
Type: Function
Default: not applicable
The target element that the popover will be attached to.
# portalId
Type: String
Default: vcdk-popover-portal-container
The id of an HTMLElement
that will act as a container for all popovers.
# offset
Type: Number
Default: 5
5px
The distance between the popover body and the target element.
# transition
Type: String
Default: null
# bodySizeMode
Type: String
Default: BodySizeMode.defaultMode
# theme
Type: String
Default: null
# arrowClasses
Type: String
| Array
| Object
Default: []
# withArrow
Type: Boolean
Default: true
# flips
Type: Boolean
Default: false
# visible
Type: Boolean
Default: false
# modifiers
Type: Array
Default: []
# placement
Type: String
Default: bottom