Skip to content

Commit 89905aa

Browse files
committed
Add comments on Header doc
1 parent 275dd28 commit 89905aa

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

stories/Header.stories.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@ const { meta, getStory } = getStoryFactory({
1616
See also [\\<MainNavigation \\/\\>](https://react-dsfr-components.etalab.studio/?path=/docs/components-mainnavigation)`,
1717
"argTypes": {
1818
"brandTop": {
19-
"control": { "type": null }
19+
"control": { "type": null },
20+
"description": "In the example here it's `<>INTITULE<br />OFFICIEL</>`"
2021
},
2122
"homeLinkProps": {
22-
"control": { "type": null }
23+
"control": { "type": null },
24+
"description":
25+
"A link to the home, when the user click on the logo he must navigate to the homepage of the website"
2326
},
2427
"navigation": {
2528
"description":

0 commit comments

Comments
 (0)