Allow modals to have button icons

This commit is contained in:
Gregor Wassmann 2022-01-29 00:04:39 +01:00
commit 414793b2a4
8 changed files with 96 additions and 31 deletions

View file

@ -9,6 +9,12 @@ export interface ModalFooterProps
*/
primaryButtonText?: string;
/**
* Specify the primary button icon
* @default undefined
*/
primaryButtonIcon?: typeof import("svelte").SvelteComponent;
/**
* Set to `true` to disable the primary button
* @default false