You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit',
79
-
tooltipProps: {
80
-
content: 'There is an error',
81
-
},
82
-
},
83
-
{
84
-
label: 'Label 3',
85
-
value: 'value-3',
86
-
},
87
-
{
88
-
label: 'Label 4',
89
-
value: 'value-4',
90
-
},
91
-
{
92
-
startIcon: <Iconname="ic-cube"color="N800"/>,
93
-
endIcon: <Iconname="ic-cube"color="N800"/>,
94
-
value: 'value-5',
95
-
tooltipProps: {
96
-
content: 'Tooltip content for value 5',
97
-
},
98
-
label: 'Label 5',
99
-
description:
100
-
'Lorem ipsum dolor sit amet consectetur adipisicing elit. Fuga enim perspiciatis non praesentium itaque magni, animi doloremque ad beatae voluptas quasi repellat eveniet eaque culpa nemo dolorem, pariatur earum illo.',
108
+
items: [
109
+
{
110
+
id: 'value-2',
111
+
label: 'Label 2',
112
+
description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit',
113
+
tooltipProps: {
114
+
content: 'There is an error',
115
+
},
116
+
},
117
+
{
118
+
id: 'value-3',
119
+
label: 'Label 3',
120
+
},
121
+
{
122
+
id: 'value-4',
123
+
label: 'Label 4',
124
+
},
125
+
{
126
+
id: 'value-5',
127
+
startIcon: {
128
+
name: 'ic-cube',
129
+
},
130
+
endIcon: {
131
+
name: 'ic-cube',
132
+
},
133
+
tooltipProps: {
134
+
content: 'Tooltip content for value 5',
135
+
},
136
+
label: 'Label 5',
137
+
description:
138
+
'Lorem ipsum dolor sit amet consectetur adipisicing elit. Fuga enim perspiciatis non praesentium itaque magni, animi doloremque ad beatae voluptas quasi repellat eveniet eaque culpa nemo dolorem, pariatur earum illo.',
0 commit comments