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
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,13 +37,14 @@ This module is a wrapper/compatibility layer for [@gouvfr/dsfr](https://github.c
37
37
-[x] Exactly the same look and feel than with [@gouvfr/dsfr](https://www.npmjs.com/package/@gouvfr/dsfr).
38
38
-[x] No [white flash when reloading in SSR setup](https://github.com/codegouvfr/@codegouvfr/react-dsfr/issues/2#issuecomment-1257263480).
39
39
-[x][Perfect integration with all major React framework: Next.js, Create React App, Vue](https://react-dsfr.etalab.studio/).
40
-
-[ ] All [the components](https://www.systeme-de-design.gouv.fr/elements-d-interface) are implemented (2/42)
40
+
-[ ] All [the components](https://www.systeme-de-design.gouv.fr/elements-d-interface) are implemented (8/42)
41
41
-[x] Three shakable distribution, cherry pick the components you import. (It's not all in a big .js bundle)
42
42
-[x] Optional integration with [MUI](https://mui.com/). If you use MUI components they will
43
43
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).
44
44
-[x] Enable CSS in JS by providing a `useTheme()` hooks that exposes the correct colors options and decision
45
45
for the currently enabled color scheme.
46
46
-[x] Opt-in i18n, built in text can be displayed in multiple languages and user can provide extra translations.
47
+
-[x][Support routing libraries](https://react-dsfr.etalab.studio/routing) like react-router.
47
48
48
49
This module is a product of [Etalab's Free and open source software pole](https://communs.numerique.gouv.fr/a-propos/).
49
50
I'm working full time on this project. You can expect rapid development.
@@ -54,7 +55,7 @@ I'm working full time on this project. You can expect rapid development.
54
55
55
56
# What about [`@dataesr/react-dsfr`](https://github.com/dataesr/react-dsfr)?
56
57
57
-
`@codegouvfr/react-dsfr` is a TypeScript oriented librarie that puts high priority in providing a good integration with the
58
+
`@codegouvfr/react-dsfr` is a TypeScript oriented library that puts high priority in providing a good integration with the
58
59
JavaScript ecosystem, notably Next.js.
59
60
It's has been started in October 2022, it's a much newer initiative and although it's being actively developed, as of today,
60
61
`@dataesr/react-dsfr` is more stable and provide [a wider component coverage](https://github.com/dataesr/react-dsfr/tree/master/src/components/interface).
0 commit comments