We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275dd28 commit 89905aaCopy full SHA for 89905aa
stories/Header.stories.tsx
@@ -16,10 +16,13 @@ const { meta, getStory } = getStoryFactory({
16
See also [\\<MainNavigation \\/\\>](https://react-dsfr-components.etalab.studio/?path=/docs/components-mainnavigation)`,
17
"argTypes": {
18
"brandTop": {
19
- "control": { "type": null }
+ "control": { "type": null },
20
+ "description": "In the example here it's `<>INTITULE<br />OFFICIEL</>`"
21
},
22
"homeLinkProps": {
23
24
+ "description":
25
+ "A link to the home, when the user click on the logo he must navigate to the homepage of the website"
26
27
"navigation": {
28
"description":
0 commit comments