-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[ExpansionPanel] Add TransitionComponent prop #14617
Conversation
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 implementation is perfect. Only the tests are lacking. I know this can be tedious but it's incredibly helpful when maintaining the components.
This PR introduced some changes to the bundle size. Details of bundle changes.Comparing: f0cdca8...99c275a
|
Will rebase once everything is OK with you @eps1lon |
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.
Test looks perfect. "Just" one minor question about naming.
08428aa
to
20e70aa
Compare
20e70aa
to
06ac6a4
Compare
Do you prefer that I squash my commits ? Rebase ? Or is it OK right now ? |
All good. We squash when merging. Thank you for working on this. Great first PR. Hope to see more from you 👍 |
Help with #10931
Adding Prop to customize the Collapse component used in ExpansionPanel.
Increase customizability and opportunities to improve performance.
Checklist