ComponentsFilterFilterPopover

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

portal

Should activate portal

type
boolean
default
true

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