hyvor / design

HYVOR's Design System (Svelte)
https://hyvor-design.pages.dev
MIT License
1 stars 0 forks source link

add `disabled` prop to Modal footer button #139

Open supun-io opened 3 months ago

supun-io commented 3 months ago
 footer={{
        cancel: {
            text: 'Cancel',
            disabled: false,
        },
        confirm: {
            text: 'Delete',
            danger: true,
            disabled: false,
        }
    }}