Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions COMPONENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Components implementation status

- [x] Accordion
- [ ] File upload
- [x] Alert
- [x] Badge
- [x] Notice
- [x] Button
- [ ] Buttons group
- [ ] France Connect button
- [ ] Radio button
- [ ] Radio rich
- [ ] Checkbox
- [ ] Cards
- [x] Quote
- [ ] Media
- [x] Header
- [x] Breadcrumb
- [ ] Consent banner
- [ ] Favicon (?)
- [x] Stepper
- [ ] Toggle switch
- [ ] Follow
- [ ] Link
- [x] SkipLinks
- [ ] Select
- [ ] Side menu
- [ ] Call out
- [x] Highlight
- [ ] Modal
- [x] Main navigation
- [x] Tabs
- [ ] Pagination
- [x] Display
- [ ] Share
- [x] Footer
- [ ] Translate
- [ ] Summary
- [ ] Table
- [ ] Tag
- [ ] Download
- [ ] Transcription
- [ ] Tile
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This module is a wrapper/compatibility layer for [@gouvfr/dsfr](https://github.c
- [x] Exactly the same look and feel than with [@gouvfr/dsfr](https://www.npmjs.com/package/@gouvfr/dsfr).
- [x] No [white flash when reloading in SSR setup](https://github.com/codegouvfr/@codegouvfr/react-dsfr/issues/2#issuecomment-1257263480).
- [x] [Perfect integration with all major React framework: Next.js, Create React App, Vue](https://react-dsfr.etalab.studio/).
- [ ] All [the components](https://www.systeme-de-design.gouv.fr/elements-d-interface) are implemented (14/42)
- [ ] All [the components](https://www.systeme-de-design.gouv.fr/elements-d-interface) are implemented (14/42, [see details](COMPONENTS.md))
- [x] Three shakable distribution, cherry pick the components you import. (It's not all in a big .js bundle)
- [x] Optional integration with [MUI](https://mui.com/). If you use MUI components they will
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).
Expand Down