Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.28 KB

API.md

File metadata and controls

26 lines (19 loc) · 1.28 KB

Popper

Usage

To use Popper, you can import the component from the @dhis2/ui library

import { Popper } from '@dhis2/ui'

Props

Name Type Default Required Description
children node * Content inside the Popper
className string
dataTest string 'dhis2-uicore-popper'
modifiers arrayOf({<br/> "name": "string",<br/> "options": "object"<br/>}) [] A property of the createPopper options. See popper docs
observePopperResize boolean Makes the Popper update position when the Popper content changes size
observeReferenceResize boolean Makes the Popper update position when the reference element changes size
placement custom 'auto' A property of the createPopper options. See popper docs
reference custom A React ref, DOM node, or virtual element for the popper to position itself against
strategy 'absolute' │ 'fixed' A property of the createPopper options. See popper docs
onFirstUpdate function A property of the createPopper options. See popper docs