Skip to content

Commit b3df7d6

Browse files
committed
Add noCaption explainantion
1 parent 4906719 commit b3df7d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stories/Table.stories.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ const { meta, getStory } = getStoryFactory({
2828
"type": { "name": "boolean" }
2929
},
3030
"noCaption": {
31-
"description": "Hide caption",
31+
"description": `Hide caption, as mentioned [here](https://www.systeme-de-design.gouv.fr/elements-d-interface/composants/tableau)
32+
for some RGAA purposes, the well named \`no-caption\` option should only visually hide the so
33+
called caption and not prevent its rendering.`,
3234
"type": { "name": "boolean" }
3335
},
3436
"bottomCaption": {

0 commit comments

Comments
 (0)