fidget icon indicating copy to clipboard operation
fidget copied to clipboard

Support for min/max constraints

Open iacore opened this issue 4 years ago • 2 comments

To support responsive ui design, this ui library must support minimum and maximum constraint on box size.

For example, a text column shouldn't be wider than 700px, otherwise it's unreadable.

This feature is unavailable in figma, but necessary for ui design.

iacore avatar Oct 20 '21 07:10 iacore

I really want this feature Figma. The way I will probably implement this is with frame switching. Once frame reaches max size, it switches to a different frame. I don't think max size is flexible enough. A lot of time the UI totally changes at smaller sizes.

treeform avatar Nov 01 '21 21:11 treeform

Do you plan to support other UI design software and make your own that support minmax() and device query like that from CSS?

iacore avatar Nov 08 '21 05:11 iacore