EnsembleUI / ensemble-react

BSD 3-Clause "New" or "Revised" License
14 stars 1 forks source link

Design and implement responsive ensemble spec #688

Open evshi opened 1 month ago

evshi commented 1 month ago

Is your feature request related to a problem? Please describe. Currently responsive design in ensemble is a mix of conditionals and expressions using device.width/height. This can be very tedious when there are many responsive elements.

Describe the solution you'd like Design a YAML directive that allows users to specify responsive behavior.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Something like CSS media queries would be ideal

evshi commented 1 month ago

@vusters @amin-nas let me know if you have an existing thoughts on this.