-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
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
Tab container: support tab label with count #1195
Comments
Hi @sunnyyadav100, Have you tried using the additionalText property? |
@sunnyyadav100 It turns out that "Standard" (the counter above the main text) and "Inline" (the counter next to the main text) modes exist: Although, the component is called ui5-tabcontainer we tried to also implement the design of sap.m.IconTabBar from openui5 as the controls are very similar and we don`t want to have two components. So, the ui5-tabcontainer is a little bit of mix between sap.m.TabContainer and sap.m.IconTabBar We will think of something, so you can be able to display it both ways. |
Add new property "tabLayout" to provide two types of alignment of the tab main and additional texts Fixes: #1195
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Support of tab label with counter -
e.g.
https://sapui5.hana.ondemand.com/#/entity/sap.m.TabContainer/sample/sap.m.sample.TabContainerIcons (without tab image)
https://sap.github.io/fundamental-styles/components/tabs.html#tabs-with-counters
We have a requirement to show count on tab label as highlighted in above screenshot.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: