collapse
collapse copied to clipboard
React Collapse / Accordion
我现在有个需求是能够让panel自由的拖动排序,使用react-dnd中需要preview需要拿到panel ref, 所以加了个wrappedComponentRef 的属性来或许panel ref,如果加这个属性OK的话我之后给antd那边提个pr把属性给补充上
Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.0.6. Release notes Sourced from jest's releases. 27.0.6 Fixes [*] Publish all modules to include the build change in #11569 27.0.5 Features [@jest/fake-timers] Flush callbacks...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Hi, I installed the library for the first time and found myself working through the documentation and discovered a mistake. The docs outline that the `openMotion` prop falls under the...
Bumps [np](https://github.com/sindresorhus/np) from 6.5.0 to 7.5.0. Release notes Sourced from np's releases. v7.5.0 Fix showing files added since the last release (#595) 626aed6 https://github.com/sindresorhus/np/compare/v7.4.0...v7.5.0 v7.4.0 Add support for custom commit...
Bumps [less](https://github.com/less/less.js) from 3.13.1 to 4.1.1. Release notes Sourced from less's releases. v4.1.1 Bug fixes v4.1.0 Mixin parentheses requirement removed This was maybe too big a change without some kind...
I'm under the impression that the newly introduced animation processor (rc-motion) is slower. I'm seeing slight animation jumps in desktop with the openMotion that i did not experienced with openAnimation....
Having an unset option to provide easier customization to the collapse
## Background - I've recently run into some issues with the content component where I am unable to set `overflow: visible` on the div and an absolute div inside is...
Hello, I used this code to implement `rc-collapse` in my react project but style doesn't working ``` import "rc-collapse/assets/index.css"; import Collapse, { Panel } from "rc-collapse"; ``` What is the...