css.gui
css.gui copied to clipboard
Visual development environment for CSS
There's a bit of friction when I add a dynamic input and I have to scroll around to see where it got added. Intuitively, I would expect that input to...
https://user-images.githubusercontent.com/4340994/172834437-39ad26e1-0aef-48e6-9bc4-aa9ac69c1e18.mov
Things to do for our HTML editor: * [x] be able to add and remove HTML tags * [x] be able to edit HTML attributes * [x] be able to...
Was removed temporarily (https://github.com/components-ai/css.gui/commit/b2099ab5d3423c024f29efa440342c4bb49f1f1b) since the schema changes caused it to error.
Cannot select a global keyword (e.g. `inherit`) or theme value (e.g. text shadow) on non-primitive components. Figure out a way to add this support
Can't remove non-primitive inputs like lists and objects (e.g. backgrounds). Instead of manually adding the `onRemove` on every custom component, we should try to figure out a way to add...