@fluid-topics/ft-reader-page-title
v1.1.88
Published
Displays the previous/current/next page title
Downloads
1,382
Readme
Displays the previous/current/next page title
Install
npm install @fluid-topics/ft-reader-page-title
yarn add @fluid-topics/ft-reader-page-title
Usage
import { html } from "lit"
import "@fluid-topics/ft-reader-page-title"
function render() {
return html` <ft-reader-page-title foo="bar"></ft-reader-page-title> `
}