0.3.24 • Published 3 years ago

@fluid-topics/ft-reader-topic v0.3.24

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Main topic for integrated reader

Install

npm install @fluid-topics/ft-reader-topic
yarn add @fluid-topics/ft-reader-topic

Usage

import { html } from "lit"
import "@fluid-topics/ft-reader-topic"

function render() {
    return html` <ft-reader-topic foo="bar"></ft-reader-topic> `
}