Home > @uniformdev/canvas-react > UniformComponent

UniformComponent() function

Allows the rendering of a Canvas component instance (root or not), and its children if it has any. Note that the actual rendering happens inside <UniformSlot />, which you should use in most cases.

Signature:

declare function UniformComponent<TRenderProps = unknown>({ data, resolveRenderer, children, behaviorTracking, contextualEditingDefaultPlaceholder, }: UniformComponentProps<TRenderProps>): React$1.JSX.Element | null;

Parameters

ParameterTypeDescription
{ data, resolveRenderer, children, behaviorTracking, contextualEditingDefaultPlaceholder, }UniformComponentProps<TRenderProps>

Returns:

React$1.JSX.Element | null