The official documentation isn’t talking anything at all about CSS mediaquery.
particularly when I would like to place 2 divs and 1 image in single row (rx.hstack) in larger screen and want to place as single column (rx.vstack) in smaller screen, how can I conditionally set that?
I’ve tried wrapping media property inside style dictionary. But no luck!
display
property works like this:
display=[‘none’, ‘none’, ‘none’, ‘flex’, ‘flex’]
But how to organize rows or columns differently based on reading display sizes?