Tooltip

In Prose

Tooltips can add information to prose.

Here's some prose with a Tooltip in the middle of it.

<DemoLayout>
  <p>
    Here's some prose with a <Tooltip content="Light years star stuff" isOpen usePortal>Tooltip</Tooltip> in the middle of it.
  </p>
</DemoLayout>