microgui / MicroGUI

:desktop_computer: Build simple UIs for embedded devices.
MIT License
7 stars 0 forks source link

Mark selected/hovered components #8

Open wilhus opened 2 years ago

wilhus commented 2 years ago

Make a dashed style mark around the selected/hovered components to show they are active.

wilhus commented 2 years ago

Might be possible to use queries from useEditor() / useNode() to get selected and hovered events? Possibly replace the hover listener with those queries.