Skip to content

Commit ea8dd63

Browse files
committed
Add bullet point
1 parent 2885cb2 commit ea8dd63

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,14 @@ This module is a wrapper/compatibility layer for [@gouvfr/dsfr](https://github.c
3737
- [x] Exactly the same look and feel than with [@gouvfr/dsfr](https://www.npmjs.com/package/@gouvfr/dsfr).
3838
- [x] No [white flash when reloading in SSR setup](https://github.com/codegouvfr/@codegouvfr/react-dsfr/issues/2#issuecomment-1257263480).
3939
- [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)
4141
- [x] Three shakable distribution, cherry pick the components you import. (It's not all in a big .js bundle)
4242
- [x] Optional integration with [MUI](https://mui.com/). If you use MUI components they will
4343
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).
4444
- [x] Enable CSS in JS by providing a `useTheme()` hooks that exposes the correct colors options and decision
4545
for the currently enabled color scheme.
4646
- [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.
4748

4849
This module is a product of [Etalab's Free and open source software pole](https://communs.numerique.gouv.fr/a-propos/).
4950
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.
5455

5556
# What about [`@dataesr/react-dsfr`](https://github.com/dataesr/react-dsfr)?
5657

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
5859
JavaScript ecosystem, notably Next.js.
5960
It's has been started in October 2022, it's a much newer initiative and although it's being actively developed, as of today,
6061
`@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

Comments
 (0)