Skip to content

Commit dfc25a8

Browse files
committed
feat: add enableElevation prop to ActionSheet for elevation support
1 parent 523d263 commit dfc25a8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/pages/reference/actionsheet.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,16 @@ Choose how far off the user needs to drag the action sheet to make it snap to ne
196196

197197
Default: `50`
198198

199+
## `enableElevation`
200+
201+
Enable elevation on the action sheet container.
202+
203+
| Type | Required |
204+
| --------- | -------- |
205+
| `boolean` | no |
206+
207+
Default: `true`
208+
199209
## `elevation`
200210

201211
Set elevation to the ActionSheet container.

0 commit comments

Comments
 (0)