Filter Result Bar

Shared support band for search, filters, saved views, counts, and export actions.

LLM handoff

Copy a concise page brief or the full MDX source without digging through the docs shell.

Open
Assigned
This week
24 results across 3 saved views

FilterResultBar standardizes the thin utility layer that sits between a route header and a list, table, or grid. It keeps search, filter chips, result counts, and actions in one compact band.

Installation

Install
Purchase access, then open /account/install to issue a registry token.

Usage

import { FilterResultBar } from "@/registry/swiss/blocks/filter-result-bar"
<FilterResultBar
  query={<SearchInput />}
  filters={<ActiveFilters />}
  summary="24 results"
  actions={<ExportButton />}
/>