Popover
Popovers are used along with a clickable trigger element to display contextual information on top of that component.
Import​
import { Popover } from '@faststore/ui'
Usage​
Props​
testId
string
Description
ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
Default value
store-popover
targetRef
*RefObject<PossibleNode>
Description
Ref for the component initial position.
Customization​
data-store-popover