WeDtCardFilterContainer
A layout wrapper for WeDt filter components used throughout the documentation. It ensures consistent spacing, height, and density, and forwards density settings to internal components.
Usage
vue
<template>
<WeDtCardFilterContainer>
<!-- content -->
</WeDtCardFilterContainer>
</template>Props
| Prop | Type | Default | Description |
|---|---|---|---|
density | default | comfortable | compact | default | Controls container height, padding, and internal component density |
Slots
The component is entirely slot-based
| Name | Props | Description |
|---|---|---|
default | -- | Filter content rendered inside the container |