-
Notifications
You must be signed in to change notification settings - Fork 842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Storybook] Add stories for more components (letters R-S) - Part 1 #7687
[Storybook] Add stories for more components (letters R-S) - Part 1 #7687
Conversation
src/components/resizable_container/resizeable_container.stories.tsx
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,229 @@ | |||
/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've noticed the story preview is pretty laggy when resizing the container. Have you experienced that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please rename resizeable_panel.stories.tsx
and this file to match the directory naming? It should be resizable
instead of resizeable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please rename resizeable_panel.stories.tsx and this file to match the directory naming? It should be resizable instead of resizeable
Woops, yes thanks for the catch!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've noticed the story preview is pretty laggy when resizing the container. Have you experienced that?
Yes, also for me it's a bit laggy. I'm wondering if that might be related to storybook running in iframes?
…ility in the preview
- update initialSize of EuiResizablePanel story - remove background-color for spacer story element
edbc7e6
to
48ef4f7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Thanks for your consistently awesome work on our stories Lene!!
Preview staging links for this PR:
|
💚 Build Succeeded
History
|
Summary
Relates to #7482.
This PR adds more stories for components with the letter P:
QA
Confirm that the prop controls for all the below stories provide relevant controls and that those controls work as expected:
https://eui.elastic.co/pr_7687/storybook/index.html?path=/story/layout-euiresizablecontainer-euiresizablecontainer--playground
https://eui.elastic.co/pr_7687/storybook/index.html?path=/story/layout-euiresizablecontainer-euiresizablepanel--playground
https://eui.elastic.co/pr_7687/storybook/index.html?path=/story/utilities-euishowfor--playground
https://eui.elastic.co/pr_7687/storybook/index.html?path=/story/forms-euisearchbar-euisearchbar--playground
https://eui.elastic.co/pr_7687/storybook/index.html?path=/story/forms-euisearchbar-euisearchbarfilters--playground
https://eui.elastic.co/pr_7687/storybook/index.html?path=/story/layout-euispacer--playground
https://eui.elastic.co/pr_7687/storybook/index.html?path=/story/display-euistat--playground