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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,7 @@ export default function App() {
97
97
|`backdropClosesSheet`| No | Whether tapping/clicking on the backdrop behind the bottom sheet will close it. | true/false | true |
98
98
|`backdropBackgroundColor`| No | RGBA or Hex string value for the backdrop color. | RGBA/Hex string | '#25252599' |
99
99
|`sheetBackgroundColor`| No | RGBA or Hex string value for the background color of the bottom sheet. | RGBA/Hex string | Dark: '#222222', Light: '#F3F3F3' |
100
+
|`sheetStyle`| No | Inline JS style override for bottom sheet | Style object | undefined |
100
101
|`draggable`| No | Whether the bottom sheet is draggable. | true/false | true |
101
102
|`showDragIcon`| No | Whether to show the drag icon handle. Only displayed if `draggable` is set to true as well. | true/false | true |
102
103
|`dragIconColor`| No | RGBA or Hex string value for the color of the drag icon handle. | RGBA/Hex string | Dark: '#444444', Light: '#A3A3A3' |
0 commit comments