Skip to content

Commit 0469231

Browse files
committed
Add update doc to show how to test responsiveness
1 parent 9b35d93 commit 0469231

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stories/getStory.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ export function getStoryFactory<Props extends Record<string, any>>(params: {
160160
"table": {
161161
"disable": disabledProps.includes("containerWidth")
162162
},
163-
"description": "Play with the width of the parent component"
163+
"description": `Play with the width of the parent component. Note that this isn't meant for testing the
164+
responsiveness of the components. For that you have [the viewports](https://youtu.be/psLbgPfEzZY).`
164165
},
165166
"lang": {
166167
"options": ["fr", "en", "es", "de"],

0 commit comments

Comments
 (0)