PopupUI #1225
Unanswered
Josh-Schifter
asked this question in
Q&A
PopupUI
#1225
Replies: 1 comment 2 replies
|
APIs like To get a cursor position you could use: https://www.itwinjs.org/reference/appui-react/cursor/cursorinformation/cursorposition/ Here are a couple of related storybook stories: Finally, to build your custom component you should use iTwinUI components https://itwinui.bentley.com/ |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm looking for advice on how to implement a popup UI to enable element editing. The popup will be launched when the user interacts with a manipulator, for example by right-click. As an analogy, consider the UI that appears in office apps when you right click on some text.
I'd like to start with a simple toolbar. Is one of these appropriate for my case? Can someone point me to some example code?
All reactions