invent-framework / invent

Express yourself with code.
https://invent-framework.github.io/
Apache License 2.0
108 stars 12 forks source link

Component properties: order these by concept / group. How do we do this..? #96

Open ntoll opened 1 month ago

ntoll commented 1 month ago

The properties associated with a UI component, shown on the right hand side of the builder, are currently listed in alphabetical order. We suspect it would be better if they were grouped by related concepts, with the most "popular" shown at the top.

mhsmith commented 3 weeks ago

The most fundamental group division is between "style" properties (which will become CSS) and "content" properties (which will become HTML). I've written some ideas about this in #73.