Hi all,
Curious if someone would like to take on a challenge?
I want to recreate this block in WeWeb to use in a engineering product. Basically a user can click on any of the circles and it will indicate that is the focus point.
Hi all,
Curious if someone would like to take on a challenge?
I want to recreate this block in WeWeb to use in a engineering product. Basically a user can click on any of the circles and it will indicate that is the focus point.
Ez
I think you could do it pretty quick by putting the rectangle block in a div, then add an icon for each circle and set its position to absolute and set it where it needs to be, then just change the icon / color when you click on it, or bind it to a variable if you only want 1 selected at a time.
This would be more of a job for canvas/svg, as there also is diagonals and the vertices in the middle.