Dialog Header @astryx-svelte/core v0.3.0 · Dialog
Usage
Header for dialogs with a title, optional subtitle, close button, and start/end content slots.tsimport { Dialog } from '@astryx-svelte/core';
Examples
Common configurations, variations, and states.DialogHeader — Basic
A DialogHeader with a title, subtitle, and close button, placed in the header slot of a Dialog Layout. Pass onOpenChange to render the close button.