react-css-collapse
Advanced tools
Changelog
3.5.0
September 3, 2018
Changelog
3.4.0
August 31, 2018
Changelog
3.3.2
July 05, 2018
Changelog
3.3.1
July 05, 2018
Changelog
3.3.0
July 04, 2018
visibility: hidden
when collapse is closed to prevent screenreaders from reading the contentChangelog
3.0.2
May 04, 2017
Changelog
3.0.1
Apr 30, 2017
isOpen={true}
, set the overflow: visible
after the component mounts to prevent cutting off content that may overflow outside the flow of height: auto
(i.e. child content with position: relative
and grandchildren with position: absolute
may get cut off).