@fluid-topics/ft-reader-breadcrumbs
v1.3.28
Published
A component to display current visible topic breadcrumbs
Downloads
1,476
Readme
A component to display current visible topic breadcrumbs
Install
npm install @fluid-topics/ft-reader-breadcrumbs
yarn add @fluid-topics/ft-reader-breadcrumbsUsage
import { html } from "lit"
import "@fluid-topics/ft-reader-breadcrumbs"
function render() {
return html` <ft-reader-breadcrumbs foo="bar"></ft-reader-breadcrumbs> `
}