Skip to content

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

PropTypeDefaultDescription
densitydefault | comfortable | compactdefaultControls container height, padding, and internal component density

Slots

The component is entirely slot-based

NamePropsDescription
default--Filter content rendered inside the container