Skip to main content
Module

x/lume/plugins/pagefind.ts>UIOptions

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface UIOptions
import { type UIOptions } from "https://deno.land/x/lume@v1.13.1/plugins/pagefind.ts";

Properties

containerId: string

The container id to insert the search

showImages: boolean

Whether to show an image alongside each search result.

showEmptyFilters: boolean

By default, Pagefind UI shows filters with no results alongside the count (0). Pass false to hide filters that have no remaining results.

resetStyles: boolean

By default, Pagefind UI applies a CSS reset to itself. Pass false to omit this and inherit from your site styles.