Components
FilterListSkeleton

FilterListSkeleton

Filter listbox

<FilterProvider>
  <FilterPopover>
    <FilterList>
      <FilterItem value="option">Option</FilterItem>
    </FilterList>
  </FilterPopover>
</FilterProvider>

Optional props

asChild

Children composition

type
boolean
default
false

horizontal

Switches the layout to horizontal

type
boolean
default
false

fluid

Grows the width of items to match the parent

type
boolean
default
false

space

space between items

type
string
default
0

align

items alignment

type
start
end
default
start