remix/ui/jsx-dev-runtime · Function

View Source

Fragment

Summary

Built-in component used to group children without adding a host element.

Signature

function Fragment(handle: Handle<FragmentProps>): RenderFn

Parameters

handle

Component handle for the fragment instance.

Returns

A placeholder render function handled by the reconciler.