Components
FilterPopover

FilterPopover

Filter popover box

<FilterProvider>
  <FilterPopover>...</FilterPopover>
</FilterProvider>

Optional props

messages

Filter messages

type
{ apply: string; clear: string; }
default
null

asChild

Children composition

type
boolean
default
false

getAnchorRect

Function that returns the anchor element's DOMRect. If this is explicitly passed, it will override the anchor getBoundingClientRect method.

Live examples:

type
((anchor: HTMLElement
null) => AnchorRect
null)
default
null