Skip to content

Commit 65864ce

Browse files
committed
Add home to the gitbook website
1 parent e8afa05 commit 65864ce

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

stories/intro.stories.mdx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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>

0 commit comments

Comments
 (0)