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
Determines the visual presentation style of the date picker modal. This prop allows you to define how the modal appears on the screen when it is displayed.
151
151
152
-
-`'fullScreen'`: Presents the modal as a full-screen overlay.
153
-
-`'pageSheet'`: Displays the modal as a card-style sheet that covers a portion of the screen.
154
-
-`'formSheet'`: Renders the modal as a smaller form-style sheet.
155
152
-`'overFullScreen'`: Overlays the modal on top of the content, allowing interaction with the underlying content.
153
+
-`'pageSheet'`: Displays the modal as a card-style sheet that covers a portion of the screen.
156
154
157
155
For example, if you set `presentationStyle` to `'pageSheet'`, the modal will be presented as a card-like sheet.
0 commit comments