nkbt/react-collapse

partial collapse

Closed this issue · 2 comments

is it possible to partially collapse an element?
eg. i have several lines of text and i'd like to toggle between showing 3 lines and all lines

nkbt commented

I believe it is a duplicate of #47
Look for solutions there

nkbt commented

I suggest solving it by limiting height if your children elements instead, Collapse will expand to it's height naturally.