Skip to content

Card Holder

  • File: src/features/dashboard/partials/CardHolder.svelte

Overview

A layout wrapper that splits a card into a fixed title header (title slot) and a vertically scrollable body (default slot). Used by the dashboard's events and contacts panels and by other partials. A CardShimmer.svelte skeleton loader accompanies it.

Slots

  • title (named, optional) — fixed header.
  • default slot — scrollable body.

Released under the MIT License.