This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
Replies: 1 comment 2 replies
-
Hi @moumine9, have you seen our |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are migrating some components to itwin flavour. Look at this example below :
For example in this case, we have an extra
<UserIcon />
at the end with a plus sign. In a custom component we created the plus sign which is supposed to get the user outside of this page. With the itwin version, we were able to reproduce this behaviour by tweaking the image prop like this :The dark bullet you see in the screenshot is supposed to do the same thing than the "+XX" bullet but because no icon is provided it's impossible.
I think it's best to add support for
onClick()
within those<UserIcon />
so that we have something like this.Beta Was this translation helpful? Give feedback.
All reactions