Popover

Title and Subtitle

Formatted titles render above any other content if provided. Subtitles are only be rendered if the title attribute is present.

Title

Subtitle

Light years star stuff harvesting star light citizens of distant epochs encyclopaedia galactica.
<DemoLayout>
  <Popover
    content={<DemoContent />}
    placement="right"
    subtitle="Subtitle"
    title="Title"
    isOpen>
    <Button>Open Popover</Button>
  </Popover>
</DemoLayout>