@fluid-topics/ft-search-type
v1.3.28
Published
Search
Readme
List of search types in a designed search page context
Install
npm install @fluid-topics/ft-search-type
yarn add @fluid-topics/ft-search-typeUsage
import { html } from "lit"
import "@fluid-topics/ft-search-type"
function render() {
return html` <ft-search-type foo="bar"></ft-search-type> `
}