WebView
WebView
renders a website using Chromium engine embedded inside the smelter.
Reference
Type definitions
Props
instanceId
ID of a web renderer instance. It identifies an instance registered using a Smelter.registerWebRenderer method.
- Type:
string
children
Content to be displayed within the WebView
.
- Type:
ReactNode
id
ID of a component.
- Type:
string
- Default value: Value produced by
useId
hook