File tree Expand file tree Collapse file tree 2 files changed +62
-268
lines changed Expand file tree Collapse file tree 2 files changed +62
-268
lines changed Original file line number Diff line number Diff line change
1
+ import { Header } from "@codegouvfr/react-dsfr/Header" ;
1
2
import { Alert } from "@codegouvfr/react-dsfr/Alert" ;
2
3
import { useIsDark , fr } from "@codegouvfr/react-dsfr" ;
3
4
import { SwitchColorTheme } from "@codegouvfr/react-dsfr/SwitchColorTheme" ;
@@ -7,6 +8,29 @@ export function App() {
7
8
8
9
return (
9
10
< >
11
+ < Header
12
+ intituléOfficiel = "Intitulé officiel"
13
+ baselinePrécisionsSurLorganisation = "baseline - Précision sur l'organisation"
14
+ nomDuSiteSlashService = "Nom du site / service"
15
+ links = { [
16
+ {
17
+ "text" : "Créer un espace" ,
18
+ "iconId" : "fr-icon-add-circle-line" ,
19
+ "href" : "#"
20
+ } ,
21
+ {
22
+ "text" : "Se connecter" ,
23
+ "iconId" : "fr-icon-lock-line" ,
24
+ "href" : "#"
25
+ } ,
26
+ {
27
+ "text" : "S'enregistrer" ,
28
+ "iconId" : "fr-icon-account-line" ,
29
+ "href" : "#"
30
+ }
31
+ ] }
32
+ />
33
+
10
34
< Alert
11
35
isClosable = { true }
12
36
severity = "success"
You can’t perform that action at this time.
0 commit comments