@fluid-topics/ft-reader-topic-title
v1.1.82
Published
Title of a topic in integrated reader.
Downloads
1,244
Readme
Title of a topic in integrated reader.
Install
npm install @fluid-topics/ft-reader-topic-title
yarn add @fluid-topics/ft-reader-topic-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-topic-context"
import "@fluid-topics/ft-reader-topic-title"
function render() {
return html`
<ft-reader-context baseUrl="https://my.fluidtopics.com" mapId="<Map ID>">
<ft-reader-topic-context tocId="<Topic ToC ID>">
<ft-reader-topic-title></ft-reader-topic-title>
</ft-reader-topic-context>
</ft-reader-context>
`
}