You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if that has been discussed already, but would be very handy to have collapsible component working on different breakpoints, similar to navbar collapse. Typical use case:
Card header has title on the left and button group and something else on the right. On mobile they move to the second line. But in certain cases elements don't fit on the second line and wrap to the third line. I want to be able to hide all right elements when they don't fit and show toggle button to keep the layout clean, and expand/collapse right aligned elements. If i understand correctly, it can be done with some extra CSS?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Not sure if that has been discussed already, but would be very handy to have collapsible component working on different breakpoints, similar to navbar collapse. Typical use case:
Card header has title on the left and button group and something else on the right. On mobile they move to the second line. But in certain cases elements don't fit on the second line and wrap to the third line. I want to be able to hide all right elements when they don't fit and show toggle button to keep the layout clean, and expand/collapse right aligned elements. If i understand correctly, it can be done with some extra CSS?
Beta Was this translation helpful? Give feedback.
All reactions