We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tabs
Tabs should let the call site define the sizes of tabs or the whole component.
By default:
idealSize = false
A call site could:
Tabs { tab1 tab2 } .idealSize() // each tab would have expanding size, but overall the Tabs component would not be expanding
Tabs { tab1 .idealSize() // this tab would only have its ideal size fixed tab2 }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tabs
should let the call site define the sizes of tabs or the whole component.By default:
Tabs
would itself beidealSize = false
, horizontally expanding.idealSize = false
too, expandingA call site could:
The text was updated successfully, but these errors were encountered: