File tree Expand file tree Collapse file tree
packages/lib/src/accordion Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -331,6 +331,20 @@ const Accordion = () => (
331331 </ DxcAccordion . AccordionItem >
332332 </ DxcAccordion >
333333 </ ExampleContainer >
334+ < ExampleContainer >
335+ < Title title = "Sublabel longer than label" theme = "light" level = { 4 } />
336+ < DxcAccordion >
337+ < DxcAccordion . AccordionItem
338+ label = "Bounce Rate"
339+ subLabel = "Mon, May 19, 3:17 PM"
340+ badge = { { position : "after" , element : < DxcBadge label = "Resolved" icon = "check_circle" color = "green" /> } }
341+ >
342+ < DxcInset space = "var(--spacing-padding-l)" >
343+ To edit your profile you need to go to Settings and click on Profile.
344+ </ DxcInset >
345+ </ DxcAccordion . AccordionItem >
346+ </ DxcAccordion >
347+ </ ExampleContainer >
334348 < ExampleContainer >
335349 < Title title = "Short label, long sublabel and long assistive text" theme = "light" level = { 4 } />
336350 < DxcAccordion >
You can’t perform that action at this time.
0 commit comments