wix-incubator / autoviews

A library for building user interfaces with JSON schemas, react components and data
MIT License
12 stars 4 forks source link

order with layout option #180

Closed tyv closed 1 year ago

tyv commented 1 year ago

In this PR I introduce a new neat layout option with UIHints.order which now can be a 2d array which could be used as definition of desired layout of the object: map of fields to potential CSS Grid area's. Complementary goes utility orderToTemplateAreas which converts 2d array to CSS template areas value.

In addition, to this PR I added Wix Codux playground in core package and dummy website's example, which I will fix (basically transfer the Codux example to website's example).