@@ -45,13 +45,42 @@ See [DialogOptions](/api/interface/DialogOptions), [R.style](https://developer.a
4545<img src =" ../assets/images/screenshots/android/Dialogs-Alert.png " />
4646</DeviceFrame >
4747
48+ <Tabs >
49+ <Tab flavor =" typescript " >
50+
4851<<< @/../examples/typescript/src/ui/Dialogs/template.ts#example-alert
49- <<< @/../examples/angular/src/ui/Dialogs/component.html#example-alert
52+
53+ </Tab >
54+ <Tab flavor =" angular " >
55+
56+ ::: code-group
57+ <<< @/../examples/angular/src/ui/Dialogs/component.html#example-alert [ HTML]
58+ <<< @/../examples/angular/src/ui/Dialogs/component.ts#example-alert [ TypeScript]
59+ :::
60+
61+ </Tab >
62+ <Tab flavor =" react " >
63+
5064<<< @/../examples/react/src/components/ui/dialogs.tsx#example-alert
65+
66+ </Tab >
67+ <Tab flavor =" solid " >
68+
5169<<< @/../examples/solid/src/ui/dialogs.tsx#example-alert
70+
71+ </Tab >
72+ <Tab flavor =" svelte " >
73+
5274<<< @/../examples/svelte/app/components/ui/Dialogs.svelte#example-alert
75+
76+ </Tab >
77+ <Tab flavor =" vue " >
78+
5379<<< @/../examples/vue/src/ui/Dialogs/component.vue#example-alert
5480
81+ </Tab >
82+ </Tabs >
83+
5584A dialog for alerting the user.
5685
5786See [ alert()] ( /api/#alert ) .
@@ -65,13 +94,42 @@ See [alert()](/api/#alert).
6594<img src =" ../assets/images/screenshots/android/Dialogs-Action.png " />
6695</DeviceFrame >
6796
97+ <Tabs >
98+ <Tab flavor =" typescript " >
99+
68100<<< @/../examples/typescript/src/ui/Dialogs/template.ts#example-action
69- <<< @/../examples/angular/src/ui/Dialogs/component.html#example-action
101+
102+ </Tab >
103+ <Tab flavor =" angular " >
104+
105+ ::: code-group
106+ <<< @/../examples/angular/src/ui/Dialogs/component.html#example-action [ HTML]
107+ <<< @/../examples/angular/src/ui/Dialogs/component.ts#example-action [ TypeScript]
108+ :::
109+
110+ </Tab >
111+ <Tab flavor =" react " >
112+
70113<<< @/../examples/react/src/components/ui/dialogs.tsx#example-action
114+
115+ </Tab >
116+ <Tab flavor =" solid " >
117+
71118<<< @/../examples/solid/src/ui/dialogs.tsx#example-action
119+
120+ </Tab >
121+ <Tab flavor =" svelte " >
122+
72123<<< @/../examples/svelte/app/components/ui/Dialogs.svelte#example-action
124+
125+ </Tab >
126+ <Tab flavor =" vue " >
127+
73128<<< @/../examples/vue/src/ui/Dialogs/component.vue#example-action
74129
130+ </Tab >
131+ </Tabs >
132+
75133A dialog for prompting the user to choose.
76134
77135** Note** : ` destructiveActionsIndexes ` allows setting some actions as destructive - shown in red. ** iOS only.**
@@ -87,13 +145,42 @@ See [action()](/api/#action).
87145<img src =" ../assets/images/screenshots/android/Dialogs-Confirm.png " />
88146</DeviceFrame >
89147
148+ <Tabs >
149+ <Tab flavor =" typescript " >
150+
90151<<< @/../examples/typescript/src/ui/Dialogs/template.ts#example-confirm
91- <<< @/../examples/angular/src/ui/Dialogs/component.html#example-confirm
152+
153+ </Tab >
154+ <Tab flavor =" angular " >
155+
156+ ::: code-group
157+ <<< @/../examples/angular/src/ui/Dialogs/component.html#example-confirm [ HTML]
158+ <<< @/../examples/angular/src/ui/Dialogs/component.ts#example-confirm [ TypeScript]
159+ :::
160+
161+ </Tab >
162+ <Tab flavor =" react " >
163+
92164<<< @/../examples/react/src/components/ui/dialogs.tsx#example-confirm
165+
166+ </Tab >
167+ <Tab flavor =" solid " >
168+
93169<<< @/../examples/solid/src/ui/dialogs.tsx#example-confirm
170+
171+ </Tab >
172+ <Tab flavor =" svelte " >
173+
94174<<< @/../examples/svelte/app/components/ui/Dialogs.svelte#example-confirm
175+
176+ </Tab >
177+ <Tab flavor =" vue " >
178+
95179<<< @/../examples/vue/src/ui/Dialogs/component.vue#example-confirm
96180
181+ </Tab >
182+ </Tabs >
183+
97184A dialog for prompting the user to confirm.
98185
99186See [ confirm()] ( /api/#confirm ) .
@@ -107,13 +194,42 @@ See [confirm()](/api/#confirm).
107194<img src =" ../assets/images/screenshots/android/Dialogs-Prompt.png " />
108195</DeviceFrame >
109196
197+ <Tabs >
198+ <Tab flavor =" typescript " >
199+
110200<<< @/../examples/typescript/src/ui/Dialogs/template.ts#example-prompt
111- <<< @/../examples/angular/src/ui/Dialogs/component.html#example-prompt
201+
202+ </Tab >
203+ <Tab flavor =" angular " >
204+
205+ ::: code-group
206+ <<< @/../examples/angular/src/ui/Dialogs/component.html#example-prompt [ HTML]
207+ <<< @/../examples/angular/src/ui/Dialogs/component.ts#example-prompt [ TypeScript]
208+ :::
209+
210+ </Tab >
211+ <Tab flavor =" react " >
212+
112213<<< @/../examples/react/src/components/ui/dialogs.tsx#example-prompt
214+
215+ </Tab >
216+ <Tab flavor =" solid " >
217+
113218<<< @/../examples/solid/src/ui/dialogs.tsx#example-prompt
219+
220+ </Tab >
221+ <Tab flavor =" svelte " >
222+
114223<<< @/../examples/svelte/app/components/ui/Dialogs.svelte#example-prompt
224+
225+ </Tab >
226+ <Tab flavor =" vue " >
227+
115228<<< @/../examples/vue/src/ui/Dialogs/component.vue#example-prompt
116229
230+ </Tab >
231+ </Tabs >
232+
117233A dialog for prompting the user for input.
118234
119235- ` defaultText ` : Sets the default text to display in the input box.
@@ -131,13 +247,42 @@ See [prompt()](/api/#prompt), [CoreTypes.AutocapitalizationType](/api/namespace/
131247<img src =" ../assets/images/screenshots/android/Dialogs-Login.png " />
132248</DeviceFrame >
133249
250+ <Tabs >
251+ <Tab flavor =" typescript " >
252+
134253<<< @/../examples/typescript/src/ui/Dialogs/template.ts#example-login
135- <<< @/../examples/angular/src/ui/Dialogs/component.html#example-login
254+
255+ </Tab >
256+ <Tab flavor =" angular " >
257+
258+ ::: code-group
259+ <<< @/../examples/angular/src/ui/Dialogs/component.html#example-login [ HTML]
260+ <<< @/../examples/angular/src/ui/Dialogs/component.ts#example-login [ TypeScript]
261+ :::
262+
263+ </Tab >
264+ <Tab flavor =" react " >
265+
136266<<< @/../examples/react/src/components/ui/dialogs.tsx#example-login
267+
268+ </Tab >
269+ <Tab flavor =" solid " >
270+
137271<<< @/../examples/solid/src/ui/dialogs.tsx#example-login
272+
273+ </Tab >
274+ <Tab flavor =" svelte " >
275+
138276<<< @/../examples/svelte/app/components/ui/Dialogs.svelte#example-login
277+
278+ </Tab >
279+ <Tab flavor =" vue " >
280+
139281<<< @/../examples/vue/src/ui/Dialogs/component.vue#example-login
140282
283+ </Tab >
284+ </Tabs >
285+
141286A dialog for prompting the user for credentials.
142287
143288See [ login()] ( /api/#login ) .
0 commit comments