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:
Parameters
| Parameter | Type | Description |
|---|---|---|
| { data, resolveRenderer, children, behaviorTracking, contextualEditingDefaultPlaceholder, } | UniformComponentProps<TRenderProps> |
Returns:
React$1.JSX.Element | null