Skip to content
Snippets Groups Projects
Commit 6283b78f authored by Sophie Richard's avatar Sophie Richard
Browse files

fix(doc): fix doc storybook select et card

parent 491c8d95
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ devient verticale).
<Canvas of={Stories.Badge} />
<Canvas of={Stories.Tag} />
<Canvas of={Stories.Detail} />
<Canvas of={Stories.Details} />
<Canvas of={Stories.DetailButtom} />
<Canvas of={Stories.DetailsBadges} />
<Canvas of={Stories.DetailsTags} />
......
......@@ -130,7 +130,6 @@ Exemple de déclaration :
<Canvas of={Stories.Disabled} />
<Canvas of={Stories.Valid} />
<Canvas of={Stories.Placeholder} />
<Canvas of={Stories.Group} />
<Canvas of={Stories.WithNgModel} />
<Canvas of={Stories.SlotLabel} />
......@@ -141,4 +140,4 @@ Cependant cette fonctionnalité est limitée :
- les groupes ne peuvent être qu'à un seul niveau (spécification HTML)
- pour des problèmes de performance sur Firefox (et d'expérience utilisateur), il est recommandé de ne pas utiliser les groupes avec un grand nombre d'options
<Canvas of={SelectStories.Group} />
<Canvas of={Stories.Group} />
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment