Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Drag-and-drop React UI builder?

I want to build my own web-based version of MS Paint using React. I have the basic javascript canvas code written and now I want to make a nice gui with a menu bar across the top, and a section on the left to select which tool to use, etc.

Can anyone recommend a drag-and-drop software with pre-made components like button, menu bar etc, to make it easy for me to make a professional-looking user interface? Alternatively, some tips on what my workflow should be like would be much appreciated.

like image 807
user3055163 Avatar asked Apr 23 '26 05:04

user3055163


1 Answers

A few projects listed on Reddit

webiny-js

blocks-ui

openchakra.app

pagedraw.io

craft.js

Using webiny myself at the moment.

like image 104
t2o2 Avatar answered Apr 26 '26 04:04

t2o2