-
Notifications
You must be signed in to change notification settings - Fork 574
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
SelectPanel2: Clean up stories #3962
Conversation
siddharthkp
commented
Nov 21, 2023
•
edited
Loading
edited
- Built on top of SelectPanel2: Types! #3929
- Divided stories between features and examples
- Set up playground
This reverts commit 0afa927.
size-limit report 📦
|
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.
The stories are all looking good to me overall. Just left a question. Let me know if there is any specific feedback you are after in the stories!
<SelectPanel | ||
title="Select labels" | ||
onSubmit={onSubmit} | ||
onCancel={() => { |
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.
Is this a good place to utilize storybook actions or is this story generic enough that we don't need actions?
I don't think I'm utilizing them as much, Josh brought it to my attention in one of the code reviews and I am curious what you think about them as well?
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 don't think I'm utilizing them as much
Same! I rarely think of them 😅
I've added them to the playground now. Let's see if they are useful