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 161ad94 commit 300ee46Copy full SHA for 300ee46
stories/Accordion.stories.tsx
@@ -17,7 +17,7 @@ import { fr } from "@codegouvfr/react-dsfr";
17
18
<div className={fr.cx("fr-accordions-group")}>
19
<Accordion label="Name of the Accordion 1">Content of the Accordion 1</Accordion>
20
- <Accordion label="Name of the Accordion 2"/>Content of the Accordion 2</Accordion>
+ <Accordion label="Name of the Accordion 2">Content of the Accordion 2</Accordion>
21
</div>
22
\`\`\`
23
0 commit comments