Commit 9985db8 1 parent 4a6f022 commit 9985db8 Copy full SHA for 9985db8
File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ Window.AddButton(
35
35
36
36
### Inputs
37
37
Inputs come in 2 colors, danger and normal
38
+
38
39
![ image] ( https://github.com/user-attachments/assets/440a486f-30f1-4582-a115-03505670d0ef )
39
40
40
41
Here's the implementation:
@@ -50,6 +51,7 @@ Window.AddInput(
50
51
51
52
### Inputs with Nested Buttons
52
53
Nesteds dont support colors:
54
+
53
55
![ image] ( https://github.com/user-attachments/assets/20e2b49e-3634-4bc5-ae11-58a700139586 )
54
56
55
57
@@ -67,6 +69,7 @@ Window.AddInputWithButton(
67
69
68
70
### Switches or Checkboxes
69
71
AddSwitch and AddCheckbox have the same syntax, just a different look:
72
+
70
73
![ image] ( https://github.com/user-attachments/assets/aef603e9-9cf1-4760-bd44-f91203936d06 )
71
74
72
75
Here's the implementation - Swap AddSwitch and AddCheckbox in:
You can’t perform that action at this time.
0 commit comments