Skip to content

Commit 673847b

Browse files
lehjuFabianWilms
andauthored
Update src/components/Accordion/MucAccordion.stories.ts
Co-authored-by: Fabian Wilms <10800158+FabianWilms@users.noreply.github.com>
1 parent fadaa0b commit 673847b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Accordion/MucAccordion.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default {
99
parameters: {
1010
docs: {
1111
description: {
12-
component: `The \`muc-accordion\` component offers the option of displaying content clearly in an accordion format. <br> A template with the following v-slot must be placed around the MucAccordionItems \`v-slot:default=“{onOpen, onClose, activeItems}”\`. <br> Each MucAccordionItem must be passed the following parameters with exactly this values: \`:active-items="activeItems"\` \`@open="onOpen"\` \`@close="onClose"\` . <br> For example:
12+
component: `The \`muc-accordion\` component offers the option of displaying content clearly in an accordion format. <br> A template with the following v-slot must be placed around the MucAccordionItems \`v-slot:default=“{onOpen, onClose, activeItems}”\`. <br> Each MucAccordionItem must be passed the following parameters with exactly these values: \`:active-items="activeItems"\` \`@open="onOpen"\` \`@close="onClose"\` . <br> For example:
1313
<template v-slot:default="{onOpen, onClose, activeItems}">
1414
<MucAccordionItem
1515
id="accordion-item-1"

0 commit comments

Comments
 (0)