desy-html 17.0.1 → 17.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,677 +0,0 @@
1
- {% from "components/listbox/_macro.listbox.njk" import componentListbox %}
2
-
3
- <div class="grid lg:grid-cols-5 gap-xl mb-lg">
4
- <div>
5
- Normal
6
- </div>
7
- <div>
8
- {{ componentListbox({
9
- "id": "default-1",
10
- "text": "Por defecto",
11
- "label": {
12
- "text": "Label"
13
- },
14
- "items": [
15
- {
16
- "href": "#",
17
- "html": "Opción 1"
18
- },
19
- {
20
- "href": "#",
21
- "text": "Opción 2"
22
- },
23
- {
24
- "href": "#",
25
- "text": "Opción 3"
26
- },
27
- {
28
- "href": "#",
29
- "text": "Opción 4"
30
- },
31
- {
32
- "href": "#",
33
- "text": "Opción 5"
34
- }
35
- ]
36
- }) }}
37
- </div>
38
- <div>
39
- {{ componentListbox({
40
- "id": "default-2",
41
- "html": 'Con icono<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" class="self-center ml-2" aria-hidden="true" focusable="false" width="1em" height="1em"><path d="M100 0H40a15 15 0 00-15 15v120a5 5 0 008.54 3.53l34.69-34.69a2.5 2.5 0 013.54 0l34.69 34.69A5 5 0 00115 135V15a15 15 0 00-15-15z" fill="currentColor"/></svg>',
42
- "label": {
43
- "text": "Label"
44
- },
45
- "items": [
46
- {
47
- "href": "#",
48
- "html": "Opción 1"
49
- },
50
- {
51
- "href": "#",
52
- "text": "Opción 2"
53
- },
54
- {
55
- "href": "#",
56
- "text": "Opción 3"
57
- },
58
- {
59
- "href": "#",
60
- "text": "Opción 4"
61
- },
62
- {
63
- "href": "#",
64
- "text": "Opción 5"
65
- }
66
- ]
67
- }) }}
68
- </div>
69
- <div>
70
- {{ componentListbox({
71
- "id": "default-3",
72
- "html": '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" class="self-center mr-2" aria-hidden="true" focusable="false" width="1em" height="1em"><path d="M135.57 22.29l-17.9-17.88a15.17 15.17 0 00-21.39 0L14.05 86.73a4.93 4.93 0 00-1.28 2.18L.19 133.64A5 5 0 005 140a4.84 4.84 0 001.35-.19l44.8-12.56a5.16 5.16 0 002.19-1.28l82.23-82.31a15.1 15.1 0 000-21.37z" fill="currentColor"/></svg>Con icono',
73
- "label": {
74
- "text": "Label"
75
- },
76
- "items": [
77
- {
78
- "href": "#",
79
- "html": "Opción 1"
80
- },
81
- {
82
- "href": "#",
83
- "text": "Opción 2"
84
- },
85
- {
86
- "href": "#",
87
- "text": "Opción 3"
88
- },
89
- {
90
- "href": "#",
91
- "text": "Opción 4"
92
- },
93
- {
94
- "href": "#",
95
- "text": "Opción 5"
96
- }
97
- ]
98
- }) }}
99
- </div>
100
- <div>
101
- {{ componentListbox({
102
- "id": "default-4",
103
- "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 140 140\" class=\"self-center\" aria-hidden=\"true\" focusable=\"false\" width=\"1em\" height=\"1em\" role=\"img\" aria-label=\"Borrar\"><path d=\"M113.72 61.66A5 5 0 00110 60H30a5 5 0 00-5 5.53l7.5 70a5 5 0 005 4.47h65a5 5 0 005-4.47l7.5-70a5 5 0 00-1.28-3.87zM125 27.92h-25a2.5 2.5 0 01-2.5-2.5V17.5A17.52 17.52 0 0080 0H60a17.58 17.58 0 00-17.5 17.23l-.12 8.22a2.51 2.51 0 01-2.5 2.47H15a10 10 0 000 20h110a10 10 0 000-20zM57.5 17.46A2.51 2.51 0 0160 15h20a2.5 2.5 0 012.5 2.5v7.92a2.5 2.5 0 01-2.5 2.5H59.88a2.51 2.51 0 01-2.5-2.54z\" fill=\"currentColor\"/></svg>",
104
- "label": {
105
- "text": "Label"
106
- },
107
- "items": [
108
- {
109
- "href": "#",
110
- "html": "Opción 1"
111
- },
112
- {
113
- "href": "#",
114
- "text": "Opción 2"
115
- },
116
- {
117
- "href": "#",
118
- "text": "Opción 3"
119
- },
120
- {
121
- "href": "#",
122
- "text": "Opción 4"
123
- },
124
- {
125
- "href": "#",
126
- "text": "Opción 5"
127
- }
128
- ],
129
- "classes": "align-bottom"
130
- }) }}
131
- </div>
132
- </div>
133
- <div class="grid lg:grid-cols-5 gap-xl mb-lg">
134
- <div>
135
- :active
136
- </div>
137
- <div>
138
- {{ componentListbox({
139
- "id": "default-5",
140
- "text": "Active",
141
- "label": {
142
- "text": "Label"
143
- },
144
- "items": [
145
- {
146
- "href": "#",
147
- "html": "Opción 1"
148
- },
149
- {
150
- "href": "#",
151
- "text": "Opción 2"
152
- },
153
- {
154
- "href": "#",
155
- "text": "Opción 3"
156
- },
157
- {
158
- "href": "#",
159
- "text": "Opción 4"
160
- },
161
- {
162
- "href": "#",
163
- "text": "Opción 5"
164
- }
165
- ],
166
- "classes": "ds-active"
167
-
168
- }) }}
169
- </div>
170
- <div>
171
- {{ componentListbox({
172
- "id": "default-6",
173
- "html": 'Con icono<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" class="self-center ml-2" aria-hidden="true" focusable="false" width="1em" height="1em"><path d="M100 0H40a15 15 0 00-15 15v120a5 5 0 008.54 3.53l34.69-34.69a2.5 2.5 0 013.54 0l34.69 34.69A5 5 0 00115 135V15a15 15 0 00-15-15z" fill="currentColor"/></svg>',
174
- "label": {
175
- "text": "Label"
176
- },
177
- "items": [
178
- {
179
- "href": "#",
180
- "html": "Opción 1"
181
- },
182
- {
183
- "href": "#",
184
- "text": "Opción 2"
185
- },
186
- {
187
- "href": "#",
188
- "text": "Opción 3"
189
- },
190
- {
191
- "href": "#",
192
- "text": "Opción 4"
193
- },
194
- {
195
- "href": "#",
196
- "text": "Opción 5"
197
- }
198
- ],
199
- "classes": "ds-active"
200
-
201
- }) }}
202
- </div>
203
- <div>
204
- {{ componentListbox({
205
- "id": "default-7",
206
- "html": '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" class="self-center mr-2" aria-hidden="true" focusable="false" width="1em" height="1em"><path d="M135.57 22.29l-17.9-17.88a15.17 15.17 0 00-21.39 0L14.05 86.73a4.93 4.93 0 00-1.28 2.18L.19 133.64A5 5 0 005 140a4.84 4.84 0 001.35-.19l44.8-12.56a5.16 5.16 0 002.19-1.28l82.23-82.31a15.1 15.1 0 000-21.37z" fill="currentColor"/></svg>Con icono',
207
- "label": {
208
- "text": "Label"
209
- },
210
- "items": [
211
- {
212
- "href": "#",
213
- "html": "Opción 1"
214
- },
215
- {
216
- "href": "#",
217
- "text": "Opción 2"
218
- },
219
- {
220
- "href": "#",
221
- "text": "Opción 3"
222
- },
223
- {
224
- "href": "#",
225
- "text": "Opción 4"
226
- },
227
- {
228
- "href": "#",
229
- "text": "Opción 5"
230
- }
231
- ],
232
- "classes": "ds-active"
233
-
234
- }) }}
235
- </div>
236
- <div>
237
- {{ componentListbox({
238
- "id": "default-8",
239
- "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 140 140\" class=\"self-center\" aria-hidden=\"true\" focusable=\"false\" width=\"1em\" height=\"1em\" role=\"img\" aria-label=\"Borrar\"><path d=\"M113.72 61.66A5 5 0 00110 60H30a5 5 0 00-5 5.53l7.5 70a5 5 0 005 4.47h65a5 5 0 005-4.47l7.5-70a5 5 0 00-1.28-3.87zM125 27.92h-25a2.5 2.5 0 01-2.5-2.5V17.5A17.52 17.52 0 0080 0H60a17.58 17.58 0 00-17.5 17.23l-.12 8.22a2.51 2.51 0 01-2.5 2.47H15a10 10 0 000 20h110a10 10 0 000-20zM57.5 17.46A2.51 2.51 0 0160 15h20a2.5 2.5 0 012.5 2.5v7.92a2.5 2.5 0 01-2.5 2.5H59.88a2.51 2.51 0 01-2.5-2.54z\" fill=\"currentColor\"/></svg>",
240
- "label": {
241
- "text": "Label"
242
- },
243
- "items": [
244
- {
245
- "href": "#",
246
- "html": "Opción 1"
247
- },
248
- {
249
- "href": "#",
250
- "text": "Opción 2"
251
- },
252
- {
253
- "href": "#",
254
- "text": "Opción 3"
255
- },
256
- {
257
- "href": "#",
258
- "text": "Opción 4"
259
- },
260
- {
261
- "href": "#",
262
- "text": "Opción 5"
263
- }
264
- ],
265
- "classes": "ds-active align-bottom"
266
-
267
- }) }}
268
- </div>
269
- </div>
270
- <div class="grid lg:grid-cols-5 gap-xl mb-lg">
271
- <div>
272
- :hover
273
- </div>
274
- <div>
275
- {{ componentListbox({
276
- "id": "default-9",
277
- "text": "Hover",
278
- "label": {
279
- "text": "Label"
280
- },
281
- "items": [
282
- {
283
- "href": "#",
284
- "html": "Opción 1"
285
- },
286
- {
287
- "href": "#",
288
- "text": "Opción 2"
289
- },
290
- {
291
- "href": "#",
292
- "text": "Opción 3"
293
- },
294
- {
295
- "href": "#",
296
- "text": "Opción 4"
297
- },
298
- {
299
- "href": "#",
300
- "text": "Opción 5"
301
- }
302
- ],
303
- "classes": "ds-hover"
304
-
305
- }) }}
306
- </div>
307
-
308
- <div>
309
- {{ componentListbox({
310
- "id": "default-10",
311
- "html": 'Con icono<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" class="self-center ml-2" aria-hidden="true" focusable="false" width="1em" height="1em"><path d="M100 0H40a15 15 0 00-15 15v120a5 5 0 008.54 3.53l34.69-34.69a2.5 2.5 0 013.54 0l34.69 34.69A5 5 0 00115 135V15a15 15 0 00-15-15z" fill="currentColor"/></svg>',
312
- "label": {
313
- "text": "Label"
314
- },
315
- "items": [
316
- {
317
- "href": "#",
318
- "html": "Opción 1"
319
- },
320
- {
321
- "href": "#",
322
- "text": "Opción 2"
323
- },
324
- {
325
- "href": "#",
326
- "text": "Opción 3"
327
- },
328
- {
329
- "href": "#",
330
- "text": "Opción 4"
331
- },
332
- {
333
- "href": "#",
334
- "text": "Opción 5"
335
- }
336
- ],
337
- "classes": "ds-hover"
338
-
339
- }) }}
340
- </div>
341
- <div>
342
- {{ componentListbox({
343
- "id": "default-11",
344
- "html": '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" class="self-center mr-2" aria-hidden="true" focusable="false" width="1em" height="1em"><path d="M135.57 22.29l-17.9-17.88a15.17 15.17 0 00-21.39 0L14.05 86.73a4.93 4.93 0 00-1.28 2.18L.19 133.64A5 5 0 005 140a4.84 4.84 0 001.35-.19l44.8-12.56a5.16 5.16 0 002.19-1.28l82.23-82.31a15.1 15.1 0 000-21.37z" fill="currentColor"/></svg>Con icono',
345
- "label": {
346
- "text": "Label"
347
- },
348
- "items": [
349
- {
350
- "href": "#",
351
- "html": "Opción 1"
352
- },
353
- {
354
- "href": "#",
355
- "text": "Opción 2"
356
- },
357
- {
358
- "href": "#",
359
- "text": "Opción 3"
360
- },
361
- {
362
- "href": "#",
363
- "text": "Opción 4"
364
- },
365
- {
366
- "href": "#",
367
- "text": "Opción 5"
368
- }
369
- ],
370
- "classes": "ds-hover"
371
-
372
- }) }}
373
- </div>
374
- <div>
375
- {{ componentListbox({
376
- "id": "default-12",
377
- "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 140 140\" class=\"self-center\" aria-hidden=\"true\" focusable=\"false\" width=\"1em\" height=\"1em\" role=\"img\" aria-label=\"Borrar\"><path d=\"M113.72 61.66A5 5 0 00110 60H30a5 5 0 00-5 5.53l7.5 70a5 5 0 005 4.47h65a5 5 0 005-4.47l7.5-70a5 5 0 00-1.28-3.87zM125 27.92h-25a2.5 2.5 0 01-2.5-2.5V17.5A17.52 17.52 0 0080 0H60a17.58 17.58 0 00-17.5 17.23l-.12 8.22a2.51 2.51 0 01-2.5 2.47H15a10 10 0 000 20h110a10 10 0 000-20zM57.5 17.46A2.51 2.51 0 0160 15h20a2.5 2.5 0 012.5 2.5v7.92a2.5 2.5 0 01-2.5 2.5H59.88a2.51 2.51 0 01-2.5-2.54z\" fill=\"currentColor\"/></svg>",
378
- "label": {
379
- "text": "Label"
380
- },
381
- "items": [
382
- {
383
- "href": "#",
384
- "html": "Opción 1"
385
- },
386
- {
387
- "href": "#",
388
- "text": "Opción 2"
389
- },
390
- {
391
- "href": "#",
392
- "text": "Opción 3"
393
- },
394
- {
395
- "href": "#",
396
- "text": "Opción 4"
397
- },
398
- {
399
- "href": "#",
400
- "text": "Opción 5"
401
- }
402
- ],
403
- "classes": "ds-hover align-bottom"
404
-
405
- }) }}
406
- </div>
407
- </div>
408
- <div class="grid lg:grid-cols-5 gap-xl mb-lg">
409
- <div>
410
- :focus
411
- </div>
412
- <div>
413
- {{ componentListbox({
414
- "id": "default-13",
415
- "text": "Focus",
416
- "label": {
417
- "text": "Label"
418
- },
419
- "items": [
420
- {
421
- "href": "#",
422
- "html": "Opción 1"
423
- },
424
- {
425
- "href": "#",
426
- "text": "Opción 2"
427
- },
428
- {
429
- "href": "#",
430
- "text": "Opción 3"
431
- },
432
- {
433
- "href": "#",
434
- "text": "Opción 4"
435
- },
436
- {
437
- "href": "#",
438
- "text": "Opción 5"
439
- }
440
- ],
441
- "classes": "ds-focus"
442
-
443
- }) }}
444
- </div>
445
- <div>
446
- {{ componentListbox({
447
- "id": "default-14",
448
- "html": 'Con icono<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" class="self-center ml-2" aria-hidden="true" focusable="false" width="1em" height="1em"><path d="M100 0H40a15 15 0 00-15 15v120a5 5 0 008.54 3.53l34.69-34.69a2.5 2.5 0 013.54 0l34.69 34.69A5 5 0 00115 135V15a15 15 0 00-15-15z" fill="currentColor"/></svg>',
449
- "label": {
450
- "text": "Label"
451
- },
452
- "items": [
453
- {
454
- "href": "#",
455
- "html": "Opción 1"
456
- },
457
- {
458
- "href": "#",
459
- "text": "Opción 2"
460
- },
461
- {
462
- "href": "#",
463
- "text": "Opción 3"
464
- },
465
- {
466
- "href": "#",
467
- "text": "Opción 4"
468
- },
469
- {
470
- "href": "#",
471
- "text": "Opción 5"
472
- }
473
- ],
474
- "classes": "ds-focus"
475
-
476
- }) }}
477
- </div>
478
- <div>
479
- {{ componentListbox({
480
- "id": "default-15",
481
- "html": '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" class="self-center mr-2" aria-hidden="true" focusable="false" width="1em" height="1em"><path d="M135.57 22.29l-17.9-17.88a15.17 15.17 0 00-21.39 0L14.05 86.73a4.93 4.93 0 00-1.28 2.18L.19 133.64A5 5 0 005 140a4.84 4.84 0 001.35-.19l44.8-12.56a5.16 5.16 0 002.19-1.28l82.23-82.31a15.1 15.1 0 000-21.37z" fill="currentColor"/></svg>Con icono',
482
- "label": {
483
- "text": "Label"
484
- },
485
- "items": [
486
- {
487
- "href": "#",
488
- "html": "Opción 1"
489
- },
490
- {
491
- "href": "#",
492
- "text": "Opción 2"
493
- },
494
- {
495
- "href": "#",
496
- "text": "Opción 3"
497
- },
498
- {
499
- "href": "#",
500
- "text": "Opción 4"
501
- },
502
- {
503
- "href": "#",
504
- "text": "Opción 5"
505
- }
506
- ],
507
- "classes": "ds-focus"
508
- }) }}
509
- </div>
510
- <div>
511
- {{ componentListbox({
512
- "id": "default-16",
513
- "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 140 140\" class=\"self-center\" aria-hidden=\"true\" focusable=\"false\" width=\"1em\" height=\"1em\" role=\"img\" aria-label=\"Borrar\"><path d=\"M113.72 61.66A5 5 0 00110 60H30a5 5 0 00-5 5.53l7.5 70a5 5 0 005 4.47h65a5 5 0 005-4.47l7.5-70a5 5 0 00-1.28-3.87zM125 27.92h-25a2.5 2.5 0 01-2.5-2.5V17.5A17.52 17.52 0 0080 0H60a17.58 17.58 0 00-17.5 17.23l-.12 8.22a2.51 2.51 0 01-2.5 2.47H15a10 10 0 000 20h110a10 10 0 000-20zM57.5 17.46A2.51 2.51 0 0160 15h20a2.5 2.5 0 012.5 2.5v7.92a2.5 2.5 0 01-2.5 2.5H59.88a2.51 2.51 0 01-2.5-2.54z\" fill=\"currentColor\"/></svg>",
514
- "label": {
515
- "text": "Label"
516
- },
517
- "items": [
518
- {
519
- "href": "#",
520
- "html": "Opción 1"
521
- },
522
- {
523
- "href": "#",
524
- "text": "Opción 2"
525
- },
526
- {
527
- "href": "#",
528
- "text": "Opción 3"
529
- },
530
- {
531
- "href": "#",
532
- "text": "Opción 4"
533
- },
534
- {
535
- "href": "#",
536
- "text": "Opción 5"
537
- }
538
- ],
539
- "classes": "ds-focus align-bottom"
540
-
541
- }) }}
542
- </div>
543
- </div>
544
- <div class="grid lg:grid-cols-5 gap-xl mb-lg">
545
- <div>
546
- Disabled
547
- </div>
548
- <div>
549
- {{ componentListbox({
550
- "id": "default-17",
551
- "text": "Disabled",
552
- "label": {
553
- "text": "Label"
554
- },
555
- "items": [
556
- {
557
- "href": "#",
558
- "html": "Opción 1"
559
- },
560
- {
561
- "href": "#",
562
- "text": "Opción 2"
563
- },
564
- {
565
- "href": "#",
566
- "text": "Opción 3"
567
- },
568
- {
569
- "href": "#",
570
- "text": "Opción 4"
571
- },
572
- {
573
- "href": "#",
574
- "text": "Opción 5"
575
- }
576
- ],
577
- "disabled": true
578
- }) }}
579
- </div>
580
- <div>
581
- {{ componentListbox({
582
- "id": "default-18",
583
- "html": 'Con icono<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" class="self-center ml-2" aria-hidden="true" focusable="false" width="1em" height="1em"><path d="M100 0H40a15 15 0 00-15 15v120a5 5 0 008.54 3.53l34.69-34.69a2.5 2.5 0 013.54 0l34.69 34.69A5 5 0 00115 135V15a15 15 0 00-15-15z" fill="currentColor"/></svg>',
584
- "label": {
585
- "text": "Label"
586
- },
587
- "items": [
588
- {
589
- "href": "#",
590
- "html": "Opción 1"
591
- },
592
- {
593
- "href": "#",
594
- "text": "Opción 2"
595
- },
596
- {
597
- "href": "#",
598
- "text": "Opción 3"
599
- },
600
- {
601
- "href": "#",
602
- "text": "Opción 4"
603
- },
604
- {
605
- "href": "#",
606
- "text": "Opción 5"
607
- }
608
- ],
609
- "disabled": true
610
- }) }}
611
- </div>
612
- <div>
613
- {{ componentListbox({
614
- "id": "default-19",
615
- "html": '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" class="self-center mr-2" aria-hidden="true" focusable="false" width="1em" height="1em"><path d="M135.57 22.29l-17.9-17.88a15.17 15.17 0 00-21.39 0L14.05 86.73a4.93 4.93 0 00-1.28 2.18L.19 133.64A5 5 0 005 140a4.84 4.84 0 001.35-.19l44.8-12.56a5.16 5.16 0 002.19-1.28l82.23-82.31a15.1 15.1 0 000-21.37z" fill="currentColor"/></svg>Con icono',
616
- "label": {
617
- "text": "Label"
618
- },
619
- "items": [
620
- {
621
- "href": "#",
622
- "html": "Opción 1"
623
- },
624
- {
625
- "href": "#",
626
- "text": "Opción 2"
627
- },
628
- {
629
- "href": "#",
630
- "text": "Opción 3"
631
- },
632
- {
633
- "href": "#",
634
- "text": "Opción 4"
635
- },
636
- {
637
- "href": "#",
638
- "text": "Opción 5"
639
- }
640
- ],
641
- "disabled": true
642
- }) }}
643
- </div>
644
- <div>
645
- {{ componentListbox({
646
- "id": "default-20",
647
- "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 140 140\" class=\"self-center\" aria-hidden=\"true\" focusable=\"false\" width=\"1em\" height=\"1em\" role=\"img\" aria-label=\"Borrar\"><path d=\"M113.72 61.66A5 5 0 00110 60H30a5 5 0 00-5 5.53l7.5 70a5 5 0 005 4.47h65a5 5 0 005-4.47l7.5-70a5 5 0 00-1.28-3.87zM125 27.92h-25a2.5 2.5 0 01-2.5-2.5V17.5A17.52 17.52 0 0080 0H60a17.58 17.58 0 00-17.5 17.23l-.12 8.22a2.51 2.51 0 01-2.5 2.47H15a10 10 0 000 20h110a10 10 0 000-20zM57.5 17.46A2.51 2.51 0 0160 15h20a2.5 2.5 0 012.5 2.5v7.92a2.5 2.5 0 01-2.5 2.5H59.88a2.51 2.51 0 01-2.5-2.54z\" fill=\"currentColor\"/></svg>",
648
- "label": {
649
- "text": "Label"
650
- },
651
- "items": [
652
- {
653
- "href": "#",
654
- "html": "Opción 1"
655
- },
656
- {
657
- "href": "#",
658
- "text": "Opción 2"
659
- },
660
- {
661
- "href": "#",
662
- "text": "Opción 3"
663
- },
664
- {
665
- "href": "#",
666
- "text": "Opción 4"
667
- },
668
- {
669
- "href": "#",
670
- "text": "Opción 5"
671
- }
672
- ],
673
- "classes": "align-bottom",
674
- "disabled": true
675
- }) }}
676
- </div>
677
- </div>