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 5a0a42f commit 1cb3c60Copy full SHA for 1cb3c60
stories/Modal.stories.tsx
@@ -33,7 +33,8 @@ of \`name\` key of the \`options\` param object :
33
- \`close\${camelCasePrefix}Modal\`: Programmatically close the modal
34
- \`\${camelCasePrefix}ModalNativeButtonProps\`: The props object for <button /> component (For Next AppDir, if you want to be RSC ready)
35
36
-**Eg.:**
+**Eg.:**
37
+
38
\`\`\`tsx
39
import { createModal } from "@codegouvfr/react-dsfr/Modal";
40
import { Button } from "@codegouvfr/react-dsfr/Button";
0 commit comments