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: docs/components/listpopup.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,14 @@
3
3
`ListPopup` is a popup list component in Miuix used to display a popup menu with multiple options. It provides a lightweight, floating temporary list suitable for various dropdown menus, context menus, and similar scenarios.
4
4
5
5
::: warning
6
-
`ListPopup` must be used within a `Scaffold` component! Please use the `dismissPopup(show)` function to close the popup menu.
6
+
`ListPopup` must be used within a `Scaffold` component!
Copy file name to clipboardExpand all lines: docs/components/superdialog.md
+17-18Lines changed: 17 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,13 @@
3
3
`SuperDialog` is a dialog component in Miuix used to display important information, collect user input, or confirm user actions. The dialog appears above the current interface and supports custom styles and content layouts.
4
4
5
5
::: warning
6
-
`SuperDialog` must be used within a `Scaffold` component! Please use the `dismissDialog(show)` function to close the dialog.
6
+
`SuperDialog` must be used within a `Scaffold` component!
0 commit comments