Element for <slot>?

Is it possible to not pass a wrapper element to a <slot />?
It looks like I have to use a wrapper element, otherwise I couldnt define the slot attribute for my child.

<my-custom-element>
  <fragment slot="title">Hello</fragment>
</my-custom-element>

Is there something like a fragment element?
Was this page helpful?