You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import Props from '@ionic-internal/component-api/v5/action-sheet/props.md';
11
+
import Events from '@ionic-internal/component-api/v5/action-sheet/events.md';
12
+
import Methods from '@ionic-internal/component-api/v5/action-sheet/methods.md';
13
+
import Parts from '@ionic-internal/component-api/v5/action-sheet/parts.md';
14
+
import CustomProps from '@ionic-internal/component-api/v5/action-sheet/custom-props.md';
15
+
import Slots from '@ionic-internal/component-api/v5/action-sheet/slots.md';
16
+
10
17
# ion-action-sheet
11
18
12
19
An Action Sheet is a dialog that displays a set of options. It appears on top of the app's content, and must be manually dismissed by the user before they can resume interaction with the app. Destructive options are made obvious in `ios` mode. There are multiple ways to dismiss the action sheet, including tapping the backdrop or hitting the escape key on desktop.
@@ -505,168 +512,24 @@ Developers can also use this component directly in their template:
|**Description**| If `true`, the action sheet will be translucent.<br />Only applies when the mode is `"ios"` and the device supports<br />[`backdrop-filter`](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter#Browser_compatibility). |
|`--background`| Background of the action sheet group |
652
-
|`--button-background`| Background of the action sheet button |
653
-
|`--button-background-activated`| Background of the action sheet button when pressed. Note: setting this will interfere with the Material Design ripple. |
654
-
|`--button-background-activated-opacity`| Opacity of the action sheet button background when pressed |
655
-
|`--button-background-focused`| Background of the action sheet button when tabbed to |
656
-
|`--button-background-focused-opacity`| Opacity of the action sheet button background when tabbed to |
657
-
|`--button-background-hover`| Background of the action sheet button on hover |
658
-
|`--button-background-hover-opacity`| Opacity of the action sheet button background on hover |
659
-
|`--button-background-selected`| Background of the selected action sheet button |
660
-
|`--button-background-selected-opacity`| Opacity of the selected action sheet button background |
661
-
|`--button-color`| Color of the action sheet button |
662
-
|`--button-color-activated`| Color of the action sheet button when pressed |
663
-
|`--button-color-focused`| Color of the action sheet button when tabbed to |
664
-
|`--button-color-hover`| Color of the action sheet button on hover |
665
-
|`--button-color-selected`| Color of the selected action sheet button |
666
-
|`--color`| Color of the action sheet text |
667
-
|`--height`| height of the action sheet |
668
-
|`--max-height`| Maximum height of the action sheet |
669
-
|`--max-width`| Maximum width of the action sheet |
670
-
|`--min-height`| Minimum height of the action sheet |
671
-
|`--min-width`| Minimum width of the action sheet |
0 commit comments