You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module is a wrapper/compatibility layer for [@gouvfr/dsfr](https://github.com/GouvernementFR/dsfr), the vanilla JS/CSS implementation of the DSFR.
@@ -31,11 +31,11 @@ This module is a wrapper/compatibility layer for [@gouvfr/dsfr](https://github.c
31
31
Code and Types generated from [`@gouvfr/dsfr`](https://www.npmjs.com/package/@gouvfr/dsfr)`/dist/dsfr.css`.
32
32
-[x] Exactly the same look and feel than with [@gouvfr/dsfr](https://www.npmjs.com/package/@gouvfr/dsfr).
33
33
-[x] No [white flash when reloading in SSR setup](https://github.com/codegouvfr/@codegouvfr/react-dsfr/issues/2#issuecomment-1257263480).
34
-
-[x][Perfect integration with all major React framework: Next.js, Create React App, Vue](https://etalab-2.gitbook.io/dsfr-react/).
34
+
-[x][Perfect integration with all major React framework: Next.js, Create React App, Vue](https://react-dsfr.etalab.studio/).
35
35
-[ ] All [the components](https://www.systeme-de-design.gouv.fr/elements-d-interface) are implemented (2/42)
36
36
-[x] Three shakable distribution, cherry pick the components you import. (It's not all in a big .js bundle)
37
37
-[x] Optional integration with [MUI](https://mui.com/). If you use MUI components they will
38
-
be automatically adapted to look like [DSFR components](https://www.systeme-de-design.gouv.fr/elements-d-interface). See [documentation](https://etalab-2.gitbook.io/dsfr-react/mui-integration).
38
+
be automatically adapted to look like [DSFR components](https://www.systeme-de-design.gouv.fr/elements-d-interface). See [documentation](https://react-dsfr.etalab.studio/mui-integration).
39
39
-[x] Enable CSS in JS by providing a `useTheme()` hooks that exposes the correct colors options and decision
40
40
for the currently enabled color scheme.
41
41
-[x] Opt-in i18n, built in text can be displayed in multiple languages and user can provide extra translations.
@@ -44,12 +44,12 @@ This module is a product of [Etalab's Free and open source software pole](https:
44
44
[I](https://github.com/garronej)'m working full time on this project. You can expect rapid development. 🚀
Here are instructions for contributing, if you are looking to **use**`@codegouvfr/react-dsfr` heads over to the [documentation page](https://etalab-2.gitbook.io/dsfr-react/).
52
+
Here are instructions for contributing, if you are looking to **use**`@codegouvfr/react-dsfr` heads over to the [documentation page](https://react-dsfr.etalab.studio/).
0 commit comments