nkbt / react-collapse

Component-wrapper for collapse animation with react-motion for elements with variable (and dynamic) height
MIT License
1.12k stars 113 forks source link

Collapse/Open all on button click? #308

Open sikandarchishty opened 2 years ago

sikandarchishty commented 2 years ago

Hi,

possible to Collapse/Open all on button click?

Scenario: A list with 10 collapse items, 6 are collapsed and 4 are open. One button to Collapse/Open all 10 items at once.

Thanks in advance.

dmackerman commented 2 years ago

Wouldn't you just manage this with your own state and isOpened?