Conversation
b-yogesh
left a comment
There was a problem hiding this comment.
Thanks, looks good. Please have a look at my comments.
| icon="arrow_drop_down", | ||
| # expanded=True, | ||
| # disabled=True | ||
| children=[table], |
There was a problem hiding this comment.
Does this mean we can have multiple children for this component? How does that look like?
There was a problem hiding this comment.
Yes, the Accordion component accepts multiple children, which are rendered in the order they are provided. Additional styling can be applied via the style prop.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #140 +/- ##
==========================================
+ Coverage 92.22% 92.27% +0.05%
==========================================
Files 87 89 +2
Lines 1504 1528 +24
Branches 231 236 +5
==========================================
+ Hits 1387 1410 +23
- Misses 98 99 +1
Partials 19 19
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Thank you for applying the change requests. Can you just attach the screenshot of the updated demo with multiple children? Feel free to merge after that. |
This PR:
Notes:
Mentioned in Widget Wishlist (#41).
Closes #134.
Demo Panel I:
