KwickerHub / WebCraftifyAI

The repository for the ACES software aid frontend. Making it easier to develop and build content on the internet.
https://roynek.com/kwickerhub/WebCraftifyAI/
MIT License
92 stars 387 forks source link

Make Suggestion Style Properties in UI_dashboard #121

Open NtemKenyor opened 1 year ago

NtemKenyor commented 1 year ago

Describe the bug We also need some suggestion on the input box for size properties like border radius, width, font-size, height etc. All this properties only need some pixels, em, %, vh or vw We can always make some meaningful global suggestions for the users. example (9px, 100%, 100vh, 20px, etc)

File/Files you will work on ui_dashboard.html

Possible Lines of Code You should not add above the possible lines of code. (if given)

Result or Final Looks At the end of the day, your code should make it easier for people. When people click a size property(example: height, border radius, width etc), they should get some really good suggestions. HINT=Use HTML datalist tag, Get more information from the dashboard.html file as many people have made similar contributions to values e.g(float, display etc)

Hritik1503 commented 1 year ago

I am interested to work on this issue under Quine. So please assign me this issue to me.