@fluid-topics/ft-reader-current-page-toc
v0.3.15
Published
Main table of content for integrated reader
Downloads
25
Readme
Main table of content for integrated reader
Install
npm install @fluid-topics/ft-reader-toc
yarn add @fluid-topics/ft-reader-tocUsage
import { html } from "lit"
import "@fluid-topics/ft-reader-toc"
function render() {
return html` <ft-reader-toc foo="bar"></ft-reader-toc> `
}