Fragment top-level property

UiFactory<FragmentProps> Fragment
final

Fragment component that allows the wrapping of children without the necessity of using an element that adds an additional layer to the DOM (div, span, etc).

See: reactjs.org/docs/fragments.html

Implementation

final UiFactory<FragmentProps> Fragment = uiJsComponent(react.Fragment, _$FragmentConfig);