Skip to main content

Embed a metapage in your React app

Loading diagram...

Live example

This live example shows how to embed a metapage in a React app.

First imports:

import { MetapageGridLayoutFromDefinitio, MetaframeWrapperEditoverlay } from "@metapages/metapage-grid-react";
import { MetaframeIframe } from "@metapages/metapage-react/components";

You can copy the metapage JSON (blue button) and paste in https://app.metapages.org/ to see the live app.

Loading code playground...