Skip to content

Commit 9985db8

Browse files
Update joy.md
1 parent 4a6f022 commit 9985db8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/joy.md

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Window.AddButton(
3535

3636
### Inputs
3737
Inputs come in 2 colors, danger and normal
38+
3839
![image](https://github.com/user-attachments/assets/440a486f-30f1-4582-a115-03505670d0ef)
3940

4041
Here's the implementation:
@@ -50,6 +51,7 @@ Window.AddInput(
5051

5152
### Inputs with Nested Buttons
5253
Nesteds dont support colors:
54+
5355
![image](https://github.com/user-attachments/assets/20e2b49e-3634-4bc5-ae11-58a700139586)
5456

5557

@@ -67,6 +69,7 @@ Window.AddInputWithButton(
6769

6870
### Switches or Checkboxes
6971
AddSwitch and AddCheckbox have the same syntax, just a different look:
72+
7073
![image](https://github.com/user-attachments/assets/aef603e9-9cf1-4760-bd44-f91203936d06)
7174

7275
Here's the implementation - Swap AddSwitch and AddCheckbox in:

0 commit comments

Comments
 (0)