My colleague and I recently released this widget: Estimate Stickers | Figma Community
As an enhancement we’re adding the ability for users to select different shapes for the estimate stickers. We’ve written the code and logic to switch the shapes, and are finessing the UI.
Ideally we want to use the WidgetPropertyMenuDropdownItem with icons instead of words. But reading the documentation it appears WidgetPropertyMenuDropdownItem does not permit icons.
Here’s a very quick mock-up of what we’re trying to achieve:
We want to make the widget feel as FigJam-native as possible by copying the patterns used elsewhere in the Figma UI. Ideally we want it to look and act like this shape selector elsewhere in Figma, but with our own custom icons:
Is the UI in our mock-up possible using the widget API?
If not, is it on the roadmap as a future enhancement?