File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ import { Meta } from " @storybook/addon-docs" ;
2+ import { useDarkMode } from " storybook-dark-mode" ;
3+
4+ <Meta
5+ title = " 🇫🇷 Introduction"
6+ parameters = { {
7+ " viewMode" : " docs" ,
8+ " previewTabs" : {
9+ " canvas" : { " hidden" : true },
10+ " zoom" : { " hidden" : true },
11+ " storybook/background" : { " hidden" : true },
12+ " storybook/viewport" : { " hidden" : true },
13+ },
14+ }}
15+ />
16+
17+ <div style = { { " margin" : " 0 auto" , " maxWidth" : " 600px" , " textAlign" : " center" }} >
18+ <img src = " repo-card.png" />
19+ 🇫🇷 <i ><a href = " https://www.systeme-de-design.gouv.fr/" >French State Design System</a > React integration</i > 🇫🇷
20+
21+ This website is a playground to test the React components of [ @codegouvfr/react-dsfr ] ( https://github.com/codegouvfr/react-dsfr ) .
22+ If you're just getting started heads over to the [ main documentation website] ( https://etalab-2.gitbook.io/dsfr-react/ ) .
23+ </div >
You can’t perform that action at this time.
0 commit comments