@fluid-topics/ft-reader-title
v1.1.99
Published
Title for integrated reader
Downloads
1,815
Readme
Title for integrated reader
Install
npm install @fluid-topics/ft-reader-title
yarn add @fluid-topics/ft-reader-title
Usage
See @fluid-topics/ft-reader-context for more information about integrated readers for Fluid Topics.
import { html } from "lit"
import "@fluid-topics/ft-reader-context"
import "@fluid-topics/ft-reader-title"
function render() {
return html`
<ft-reader-context baseUrl="https://my.fluidtopics.com" mapId="<Map ID>">
<ft-reader-title></ft-reader-title>
</ft-reader-context>
`
}