Popover
Basic Usage
Popovers wrap the triggering component. Placement is relative to the location of the trigger. Popovers will change position relative to the trigger automatically depending on viewport constraints.
<Popover content={<DemoContent />}> <Button>Open Popover</Button> </Popover>