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
Both Tabs and Tab accept className to style the navigation part of the component. But when it comes to styling the tab content area, the only way is to style elements within the content area, not on the content area.
Clarify if you are asking for both design and development, or just design, or just development. just Development
Justification
unless there is specific reason not to allow changing the styles of .tab-content element, we should allow consumer/application to specify what they want.
one use case is scrolling only on the content area by using flex. we should be able to just add overflow-y: auto to the content div.
"Must have" functionality
allow adding css class to the content area div
The text was updated successfully, but these errors were encountered:
Summary
Both
Tabs
andTab
acceptclassName
to style the navigation part of the component. But when it comes to styling the tab content area, the only way is to style elements within the content area, not on the content area.Clarify if you are asking for both design and development, or just design, or just development.
just Development
Justification
unless there is specific reason not to allow changing the styles of
.tab-content
element, we should allow consumer/application to specify what they want.one use case is scrolling only on the content area by using
flex
. we should be able to just addoverflow-y: auto
to the content div."Must have" functionality
allow adding css class to the content area
div
The text was updated successfully, but these errors were encountered: