collapse
collapse copied to clipboard
React Collapse / Accordion
Following along with the examples, using `Collapse` triggers this error in my build: ``` Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for...
is it possible hide header and control by using a button like this https://reactstrap.github.io/components/collapse/
I installed this package from npm and the types seem to be missing.
Hi there, thanks for this component, it really helps a lot only thing I'm having difficulty with is being able to _simply_ open panel programatically by passing a _isActive_ prop...
```html ``` This bug cannot be reproduced steadily. When a bug occurs, style has a height.When normal, style has no value and I found the style will change I read...
For accessibility, collapse element should have an `aria-hidden` tag Cases: aria-hidden= - `true` collapse is closed - `false` collapse is opened
Is there a way to change the panel-header font-color using inline styling?
Currently the only practical way to style some of the div elements is with css, e.g., /* override default rc-collapse-content */ div.rc-collapse-content { padding: 0 5px; } /* override default...
Currently in accordion mode (accordion=true) all the sections can be collapsed. We need a flag so that there is always one section open, e.g., if a section is open you...
Hello! I would like the panel to be scrolled into view (if it is not in view) when the user clicks it. I cannot get the DOM element by applying...