Back to Woocommerce

README

packages/js/components/src/web-preview/README.md

10.8.0-dev617 B
Original Source

WebPreview

WebPreview component to display an iframe of another page.

Usage

jsx
<WebPreview
    title="My Web Preview"
    src="https://themes.woocommerce.com/?name=galleria"
/>

Props

NameTypeDefaultDescription
classNameStringnullAdditional class name to style the component
loadingContentReactNode<Spinner />Content shown when iframe is still loading
onLoadFunctionnoopFunction to fire when iframe content is loaded
srcStringnull(required) Iframe src to load
titleStringnull(required) Iframe title