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 1267354 commit 47cecc4Copy full SHA for 47cecc4
stories/Tabs.stories.tsx
@@ -17,7 +17,7 @@ In this mode the \`Tab\` component is in charge for swapping the panel content.
17
<Tabs
18
tabs={[
19
{ "label": "Tab 1", "iconId": "fr-icon-add-line", "content": <p>Content of tab1</p> },
20
- { "label": "Tab 2", "iconId": "fr-icon-ball-pen-fill", "content": <p>Content of tab2</p> },
+ { "label": "Tab 2", "iconId": "fr-icon-ball-pen-fill", "content": <p>Content of tab2</p> },
21
{ "label": "Tab 3", "content": <p>Content of tab3</p> }
22
]}
23
/>
0 commit comments