Entry-point for high level API to render a widget using the instance of Widgets created when you call #init init.
Read the render docs.
squatch.widget().then(res => { const widget = res.widget}).catch(e => console.error("Did not render widget:", e)) Copy
squatch.widget().then(res => { const widget = res.widget}).catch(e => console.error("Did not render widget:", e))
Generated using TypeDoc
Entry-point for high level API to render a widget using the instance of Widgets created when you call #init init.
Read the render docs.