@fluid-topics/ft-reader-search-in-document
v1.1.82
Published
A search component to retrieve occurrences in documents
Downloads
1,072
Readme
A search component to retreive occurences in documents
Install
npm install @fluid-topics/ft-reader-search-in-document
yarn add @fluid-topics/ft-reader-search-in-document
Usage
import { html } from "lit"
import "@fluid-topics/ft-reader-search-in-document"
function render() {
return html` <ft-search-in-doc foo="bar"></ft-search-in-doc> `
}