Spellcheck component
npm install @fluid-topics/ft-search-results-spellcheck
yarn add @fluid-topics/ft-search-results-spellcheck
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> `
}