Skip to content

Commit 65b123a

Browse files
authored
Update taglist.md
1 parent ae8fd08 commit 65b123a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/taglist.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,12 @@ Displays a popup toast message.
6666
- `text` — String content for the popup
6767
- `allowHTML`*(Optional)* If `true`, renders `text` as HTML
6868

69-
### `Ultra.modalmodal({ head = "Modal", text = "" })`
69+
### `Ultra.modalmodal({ head = "Modal", text = "" , buttonText = "Close" })`
7070
Displays a full-screen modal.
7171

7272
- `head` — Modal header (Defaults to "Modal")
7373
- `text` — Modal text (Defaults to "")
74+
- `buttonText` — Text of the close button (Defaults to "Close")
7475

7576
### `Ultra.switch.state(el)`
7677
Returns the state of the switch (boolean)

0 commit comments

Comments
 (0)