Home > @plasmicapp/loader-react > PlasmicComponent

PlasmicComponent() function

Signature:

export declare function PlasmicComponent(props: {
    component: string;
    projectId?: string;
    forceOriginal?: boolean;
    componentProps?: any;
}): React.ReactElement | null;

Parameters

Parameter Type Description
props { component: string; projectId?: string; forceOriginal?: boolean; componentProps?: any; }

Returns:

React.ReactElement | null