mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
ion-backdrop
Backdrops are full screen components that overlay other components. They are useful behind components that transition in on top of other content and can be used to dismiss that component.
<ion-backdrop></ion-backdrop>
Properties
mode
The mode determines which platform styles to use.
Possible values are: "ios"
or "md"
.
Attributes
mode
The mode determines which platform styles to use.
Possible values are: "ios"
or "md"
.
Built with StencilJS