We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d9b24 commit 25a2fbbCopy full SHA for 25a2fbb
adminforth/documentation/docs/tutorial/03-Customization/15-afcl.md
@@ -2417,6 +2417,8 @@ import { Modal, Button } from '@/afcl';
2417
askForCloseConfirmation?: boolean // Show extra popup to confirm close ( to avoid close by accident)
2418
closeConfirmationText?: string // Text that will be shown on close confirmation popup
2419
removeFromDomOnClose?: boolean // Remove modal from DOM on close ( default is false )
2420
+ backgroundCustomClasses?: string // allows to add custom classes to the gray background of modal (e.g. you can have bg-pink-500/60)
2421
+ modalCustomClasses?: string // allows to add custom classes to modal popup
2422
```
2423
2424
## Date picker
0 commit comments