react-addons-css-transition-group
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/react-addons-css-transition-group package

15.6.2 • Public • Published

react-addons-css-transition-group

The code in this package has moved. We recommend you to use CSSTransitionGroup from react-transition-group instead.

In particular, its version 1.x is a drop-in replacement for the last released version of react-addons-css-transition-group.

Run npm install --save react-transition-group@1.x, and replace the imports in your code:

// Old
import CSSTransitionGroup from 'react-addons-css-transition-group';
 
// New
import CSSTransitionGroup from 'react-transition-group/CSSTransitionGroup';

The documentation branch for react-transition-group@1.x can be found here.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i react-addons-css-transition-group

    Weekly Downloads

    79,477

    Version

    15.6.2

    License

    MIT

    Last publish

    Collaborators

    • fb
    • sophiebits