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.
2 parents 5c6cd50 + 5027752 commit f3ef9d6Copy full SHA for f3ef9d6
README.md
@@ -113,6 +113,7 @@ documentation of this starter for understanding the lifecycle of this repo.
113
114
A few project **that I know of** that uses `@codegouvfr/react-dsfr`.
115
116
+- https://sill.code.gouv.fr
117
- https://immersion-facile.beta.gouv.fr/
118
- https://refugies.info/fr
119
- https://www.mediateur-public.fr/
src/Accordion.tsx
@@ -90,6 +90,7 @@ export const Accordion = memo(
90
aria-expanded={value}
91
aria-controls={accordionId}
92
onClick={onExtendButtonClick}
93
+ type="button"
94
>
95
{label}
96
</button>
0 commit comments