@fluid-topics/ft-app-context
v1.1.82
Published
Global application context for Fluid Topics integrations
Downloads
2,222
Readme
Global application context for Fluid Topics integrations
Install
npm install @fluid-topics/ft-app-context
yarn add @fluid-topics/ft-app-context
Usage
import { html } from "lit"
import "@fluid-topics/ft-app-context"
function render() {
return html` <ft-app-context
baseUrl="https://ft-tenant.com"
apiIntegrationIdentifier="my-ft-tenant-integration"
></ft-app-context> `
}