I've got a button group that looks great on desktop but is too wide for mobile. So I'd like to ungroup them on mobile.
Of course, I could just use jQuery .removeClass() and .addClass(). But perhaps someone has a suggestion on how I could utilise some built-in Beans or UIkit feature to do this?
Hey Kevin,
I am not aware of any built-in functionality in UIkit to do so and nothing in Beans either. I would personally remove using JS as you mentioned or using CSS.
Sorry I couldn't help much more on that one, I think these are the only and best solutions.
Have fun,
Thanks for confirming! No worries, it's a pretty easy fix.