Modal Component & Custom UI Components (#4908)

This commit is contained in:
Jin Yi
2025-08-19 11:56:17 +09:00
committed by GitHub
parent 7a1a2dd654
commit 727a3494e0
33 changed files with 884 additions and 130 deletions

View File

@@ -439,12 +439,17 @@ export const useDialogService = () => {
}) {
const layoutDefaultProps: DialogComponentProps = {
headless: true,
unstyled: true,
modal: true,
closable: false,
pt: {
mask: {
class: 'bg-black bg-opacity-40'
root: {
class: 'rounded-2xl overflow-hidden'
},
header: {
class: '!p-0 hidden'
},
content: {
class: '!p-0 !m-0'
}
}
}