|
1 | 1 | import { Meta } from "@storybook/addon-docs"; |
2 | 2 | import { useDarkMode } from "storybook-dark-mode"; |
3 | 3 |
|
4 | | -<Meta title="Documentation/Introduction" /> |
| 4 | +<Meta title="Guides/🇫🇷 Introduction" /> |
5 | 5 |
|
6 | | -<div style={{ margin: '0 auto', maxWidth: '600px', color: 'white', textAlign: 'center' }}> |
7 | | -<p align="center"> |
8 | | - <img src={useDarkMode() ? "https://user-images.githubusercontent.com/81740200/182106566-100cfb98-814a-4c13-bddd-27a6e16dbf99.png" : "https://user-images.githubusercontent.com/81740200/182105896-2c1b04ce-a02f-4bbe-a3e5-ec1c16e0bf15.png"} /> |
9 | | -</p> |
10 | | -<p align="center"> |
11 | | - <i>A disruptive UI toolkit</i><br/> |
12 | | - <i>Optimized for TypeScript</i><br/> |
13 | | - <i>Highly customizable but looks great out of the box.</i><br/> |
14 | | - <i>Compatible with mui large library of components</i> |
15 | | - <br/> |
16 | | - <br/> |
17 | | - <img src="https://github.com/InseeFrLab/disiz/workflows/ci/badge.svg?branch=main"/> |
18 | | - <img src="https://img.shields.io/npm/dw/disiz"/> |
19 | | - <img src="https://img.shields.io/npm/l/disiz"/> |
20 | | -</p> |
21 | | - |
22 | | -Default design system carefully crafted by [Marc Hufschmitt](http://marchufschmitt.fr/) |
23 | | - |
24 | | -This project is under active development. It's APIs are susceptible to change until v1. |
25 | | - |
26 | | -`disiz` is largely inspired by [`onyxia-ui`](https://github.com/InseeFrlab/onyxia-ui) |
27 | | - |
28 | | -WARNING: `disiz` isn't currently working with SSR. (You can't use it with Next.js) |
| 6 | +<div style={{ "margin": "0 auto", "maxWidth": "600px", "textAlign": "center" }}> |
| 7 | + <img src="repo-card.png" /> |
| 8 | + 🇫🇷 <i><a href="https://www.systeme-de-design.gouv.fr/">French State Design System</a> React integration</i> 🇫🇷 |
29 | 9 |
|
| 10 | +This module is a React integration layer for [@gouvfr/dsfr](https://github.com/GouvernementFR/dsfr), the vanilla JS/CSS implementation of the DSFR. |
| 11 | +Comes with very precise type definitions. (But works fine in vanilla JavaScript projects.) |
30 | 12 | </div> |
0 commit comments