-
-
Notifications
You must be signed in to change notification settings - Fork 446
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
add usePanel prop for tabs component #392
base: main
Are you sure you want to change the base?
Conversation
- With this commit, tabs can be used without panels. - If usePanel is given false, the error that occurs when there are no panels is not printed in console. - usePanel default value is true. - this commit does not cause any breaking change reactjs#329
This would be nice. |
@danez can this be released? |
@ozanturhan Is there an ETA when this will be released? |
@bencrabtree I don't have any idea about it. I'm still waiting :) |
@ozanturhan Thanks for the quick response! I was curious if I could request this patch to be prioritized. It seems as though it's all ready to go, relatively low stakes, and my team would greatly appreciate it! |
I don't see the use case for this. Without panels, what's this component but a list of items? |
There is an issue actually. I mentioned it in my first comment in this pull request. Here is the issue: #329 |
Apologies, I missed that! Thanks. |
@joepvl No problem. I can also create an example when I find time for it. Also if my implementation don't fit your expectation we can discuss it and find proper solution. |
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.
hm
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.
Good Job!
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.
Seems Alright!!
closes #329