We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8fd08 commit 65b123aCopy full SHA for 65b123a
docs/taglist.md
@@ -66,11 +66,12 @@ Displays a popup toast message.
66
- `text` — String content for the popup
67
- `allowHTML` — *(Optional)* If `true`, renders `text` as HTML
68
69
-### `Ultra.modalmodal({ head = "Modal", text = "" })`
+### `Ultra.modalmodal({ head = "Modal", text = "" , buttonText = "Close" })`
70
Displays a full-screen modal.
71
72
- `head` — Modal header (Defaults to "Modal")
73
- `text` — Modal text (Defaults to "")
74
+- `buttonText` — Text of the close button (Defaults to "Close")
75
76
### `Ultra.switch.state(el)`
77
Returns the state of the switch (boolean)
0 commit comments