@fluid-topics/ft-search-results-spellcheck
v1.1.87
Published
Spellcheck component
Downloads
1,348
Readme
Spellcheck component
Install
npm install @fluid-topics/ft-search-results-spellcheck
yarn add @fluid-topics/ft-search-results-spellcheck
Usage
import { html } from "lit"
import "@fluid-topics/ft-search-results-spellcheck"
function render() {
return html` <ft-search-results-spellcheck foo="bar"></ft-search-results-spellcheck> `
}