Skip to content

Commit 25a2fbb

Browse files
committed
docs: update docs for the afcl modal
1 parent 27d9b24 commit 25a2fbb

File tree

1 file changed

+2
-0
lines changed
  • adminforth/documentation/docs/tutorial/03-Customization

1 file changed

+2
-0
lines changed

adminforth/documentation/docs/tutorial/03-Customization/15-afcl.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2417,6 +2417,8 @@ import { Modal, Button } from '@/afcl';
24172417
askForCloseConfirmation?: boolean // Show extra popup to confirm close ( to avoid close by accident)
24182418
closeConfirmationText?: string // Text that will be shown on close confirmation popup
24192419
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
24202422
```
24212423

24222424
## Date picker

0 commit comments

Comments
 (0)