day8 / re-com

A ClojureScript library of reusable components for Reagent
https://re-com.day8.com.au
MIT License
796 stars 147 forks source link

Add wrap keyword in v-box and h-box #312

Open MawiraIke opened 2 years ago

MawiraIke commented 2 years ago

Allow custom wrap property in h-box and v-box. This PR fixes #68 It adds a new keyword in h-box and v-box which allows users to change the CSS flex property of the container.