-
Notifications
You must be signed in to change notification settings - Fork 103
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
Badge on ShellBarItem #299
Comments
Hi @vinniimiranda - thanks for submitting this issue. |
Thanks, i'll be waiting. |
Hi! They already have implemented this feature on UI5 Web Component. |
Hey :) yes, they merged it yesterday and as soon as they release their next rc we are going to update as well |
Sure, thanks a lot! |
Released in |
Hello, i am using this library to build an application similar of a e-commerce.
The problem is that i wat to show the amount"products" there are in the cart, but for this i need to display the number side to the ShellBarItem, which is not possible at the moment.
So i would like to ask if you guys can help with that.
Here's an example of the code:
<ShellBarItem icon="download" onItemClick={() => history.push("/box")} />
It would be nice if we can pass an number and this value be displaied side to the icon, like this:
<ShellBarItem icon="download" amount={10} onItemClick={() => history.push("/box")} />
The text was updated successfully, but these errors were encountered: