@fluid-topics/ft-in-product-help
v1.3.28
Published
Embeddable fluid-topics iframe
Readme
A product help component that adds an embeddable <iframe> element for Fluid Topics portals.
Install
npm install @fluid-topics/ft-in-product-help
yarn add @fluid-topics/ft-in-product-helpUsage
import { html } from "lit"
import "@fluid-topics/ft-in-product-help"
function render() {
return html` <ft-in-product-help portalUrl="http://www.google.fr/" opened></ft-in-product-help> `
}