We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26eb944 commit 2d38cd2Copy full SHA for 2d38cd2
1 file changed
packages/carbon-component-mapper/demo/demo-schemas/sandbox.js
@@ -551,6 +551,33 @@ const output = {
551
label: 'Timepicker',
552
title: 'Timepicker',
553
component: components.TIME_PICKER
554
+ },
555
+ {
556
+ component: components.DUAL_LIST_SELECT,
557
+ name: 'dual_list_select',
558
+ label: 'Dual List Select',
559
+ options: [
560
561
+ label: 'Cat',
562
+ value: 'cat'
563
564
565
+ label: 'Dog',
566
+ value: 'dog'
567
568
569
+ label: 'Duck',
570
+ value: 'duck'
571
572
573
+ label: 'Lion',
574
+ value: 'lion'
575
576
577
+ label: 'Monster',
578
+ value: 'monster'
579
+ }
580
+ ]
581
}
582
],
583
component: components.SUB_FORM
0 commit comments