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
I have a use case where I'm rendering a Tabs Component inside a Popover component. The issue that I'm running into is that the Tabs component is not easily resizable -- it's a bit of a challenge to make everything in the Tabs Component (text, button size, icon) the size I want. It would be nice if the component could expose a prop so that we can dynamically change the size of the component.
Thank you for your feature request. We do not recommend using popovers for content that requires users to read a lot of text or focus for long periods of time. Please refer to our Popover guidelines. Instead, use a modal to better focus users' attention.
This should alleviate the need for customizing the Tabs components.
Unfortunately our use case can't use a modal for this. The amount of information used in the tabs is pretty minimal / does not require focus for long periods of time.
Was wondering if there's a better approach around this?
Description
I have a use case where I'm rendering a Tabs Component inside a Popover component. The issue that I'm running into is that the Tabs component is not easily resizable -- it's a bit of a challenge to make everything in the Tabs Component (text, button size, icon) the size I want. It would be nice if the component could expose a prop so that we can dynamically change the size of the component.
Code of Conduct
The text was updated successfully, but these errors were encountered: