Main table of content for integrated reader
npm install @fluid-topics/ft-reader-toc
yarn add @fluid-topics/ft-reader-toc
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-toc"
function render() {
return html`
<ft-reader-context baseUrl="https://my.fluidtopics.com" mapId="<Map ID>">
<ft-reader-toc></ft-reader-toc>
</ft-reader-context>
`
}