CardBody from @kibrisyazilim/design-system. Use via `window.KibrisDS.CardBody` (bundle loaded from the root `_ds_bundle.js`).

## Props

```ts
interface CardBodyProps {
  children?: React.ReactNode;
  className?: string;
  id?: string;
  style?: CSSProperties;
}
```
