mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
docs(modal): document cssClass option (#11797)
Adds documentation for #10020
This commit is contained in:

committed by
Brandy Carney

parent
638ab70309
commit
2edb085d4d
@ -65,6 +65,7 @@ import { DeepLinker } from '../../navigation/deep-linker';
|
||||
* |-----------------------|------------|------------------------------------------------------------------------------------------------------------------|
|
||||
* | showBackdrop |`boolean` | Whether to show the backdrop. Default true. |
|
||||
* | enableBackdropDismiss |`boolean` | Whether the popover should be dismissed by tapping the backdrop. Default true. |
|
||||
* | cssClass |`string` | Additional classes for custom styles, separated by spaces. |
|
||||
*
|
||||
* A modal can also emit data, which is useful when it is used to add or edit
|
||||
* data. For example, a profile page could slide up in a modal, and on submit,
|
||||
|
Reference in New Issue
Block a user