PxFilterBar
A bordered, padded card wrapper for filter sections on list views. Provides a consistent surface for filter controls placed above a data table or card grid.
Usage
Demo
vue
<template>
<PxFilterBar>
<input type="search" placeholder="Search..." />
<select>
<option>All statuses</option>
<option>Active</option>
</select>
</PxFilterBar>
</template>Slots
| Slot | Description |
|---|---|
default | Filter controls to render inside the container. |