Skip to content

Commit 25f47fb

Browse files
authored
Merge pull request #29 from codegouvfr:doc/add-component-status-list
Add the components list in the docs
2 parents f19c348 + 0cf544c commit 25f47fb

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

COMPONENTS.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Components implementation status
2+
3+
- [x] Accordion
4+
- [ ] File upload
5+
- [x] Alert
6+
- [x] Badge
7+
- [x] Notice
8+
- [x] Button
9+
- [ ] Buttons group
10+
- [ ] France Connect button
11+
- [ ] Radio button
12+
- [ ] Radio rich
13+
- [ ] Checkbox
14+
- [ ] Cards
15+
- [x] Quote
16+
- [ ] Media
17+
- [x] Header
18+
- [x] Breadcrumb
19+
- [ ] Consent banner
20+
- [ ] Favicon (?)
21+
- [x] Stepper
22+
- [ ] Toggle switch
23+
- [ ] Follow
24+
- [ ] Link
25+
- [x] SkipLinks
26+
- [ ] Select
27+
- [ ] Side menu
28+
- [ ] Call out
29+
- [x] Highlight
30+
- [ ] Modal
31+
- [x] Main navigation
32+
- [x] Tabs
33+
- [ ] Pagination
34+
- [x] Display
35+
- [ ] Share
36+
- [x] Footer
37+
- [ ] Translate
38+
- [ ] Summary
39+
- [ ] Table
40+
- [ ] Tag
41+
- [ ] Download
42+
- [ ] Transcription
43+
- [ ] Tile

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This module is a wrapper/compatibility layer for [@gouvfr/dsfr](https://github.c
3838
- [x] Exactly the same look and feel than with [@gouvfr/dsfr](https://www.npmjs.com/package/@gouvfr/dsfr).
3939
- [x] No [white flash when reloading in SSR setup](https://github.com/codegouvfr/@codegouvfr/react-dsfr/issues/2#issuecomment-1257263480).
4040
- [x] [Perfect integration with all major React framework: Next.js, Create React App, Vue](https://react-dsfr.etalab.studio/).
41-
- [ ] All [the components](https://www.systeme-de-design.gouv.fr/elements-d-interface) are implemented (14/42)
41+
- [ ] All [the components](https://www.systeme-de-design.gouv.fr/elements-d-interface) are implemented (14/42, [see details](COMPONENTS.md))
4242
- [x] Three shakable distribution, cherry pick the components you import. (It's not all in a big .js bundle)
4343
- [x] Optional integration with [MUI](https://mui.com/). If you use MUI components they will
4444
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).

0 commit comments

Comments
 (0)