You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the current behavior?
Accordions and tabs have props now that allow the content to be rendered and hidden using css. (for forms that are used across multiple tabs or accordion panes and/or animating the opening/closing of those elements) #121
Currently inline css is added to hide the inactive tabs and accordion panes. We should manage this with a className instead so that styles can be managed better and allow for animation.
The --active modifier className is getting added on all of the elements instead of just the active ones.
The vars and props tables need to be added for both of these components so that users know how to use them.
Also check className and prop name consistency.
What is the expected behavior?
make the classNames and props consistent
remove inline styles / move them to component style sheets
make active classes show only for active tabs or panes
add props and vars tables
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I'm submitting a ...
What is the current behavior?
Accordions and tabs have props now that allow the content to be rendered and hidden using css. (for forms that are used across multiple tabs or accordion panes and/or animating the opening/closing of those elements) #121
Currently inline css is added to hide the inactive tabs and accordion panes. We should manage this with a className instead so that styles can be managed better and allow for animation.
The --active modifier className is getting added on all of the elements instead of just the active ones.
The vars and props tables need to be added for both of these components so that users know how to use them.
Also check className and prop name consistency.
What is the expected behavior?
The text was updated successfully, but these errors were encountered: