# react-addons-css-transition-group

> The code in this package has moved. We recommend you to use `CSSTransitionGroup` from [`react-transition-group`](https://github.com/reactjs/react-transition-group) instead.

Latest version **15.6.2** (published 2017-09-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-addons-css-transition-group
pnpm add react-addons-css-transition-group
yarn add react-addons-css-transition-group
bun add react-addons-css-transition-group
```

## Health

**Score 43/100 (D)** — status: abandoned.

Positive: has types package; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 15.6.2 |
| Published | 2017-09-26 |
| First published | 2015-07-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/react-addons-css-transition-group) |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 250055 |
| Maintainers | sophiebits, trueadm, gaearon, brianvaughn, fb |
| Keywords | react, react-addon |

## Links

- npm: https://www.npmjs.com/package/react-addons-css-transition-group
- Repository: https://github.com/facebook/react
- Homepage: https://github.com/facebook/react#readme
- Issues: https://github.com/facebook/react/issues
- npm.io page: https://npm.io/package/react-addons-css-transition-group

## Dependencies (1)

- [react-transition-group](https://npm.io/package/react-transition-group.md) ^1.2.0

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 15.6.2 (latest) — 2017-09-26
- 15.6.0-rc.0 (15-next) — 2017-06-13
- 15.5.0-rc.2 (dev) — 2017-04-06
- 15.6.0 — 2017-06-14
- 15.6.0-rc.1 — 2017-06-01
- 15.5.2 — 2017-04-09
- 15.5.1 — 2017-04-07
- 15.5.0-rc.1 — 2017-04-05
- 15.5.0 — 2017-03-31
- 15.5.0-alpha.0 — 2017-03-28
- 16.0.0-alpha.3 — 2017-02-23
- 16.0.0-alpha.2 — 2017-02-09
- 16.0.0-alpha.0 — 2017-01-25
- 16.0.0-alpha — 2017-01-10
- 15.4.2 — 2017-01-06
- … 46 more at https://npm.io/package/react-addons-css-transition-group/versions

## README

# react-addons-css-transition-group

The code in this package has moved. We recommend you to use `CSSTransitionGroup` from [`react-transition-group`](https://github.com/reactjs/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:

```js
// 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](https://github.com/reactjs/react-transition-group/tree/v1-stable#high-level-api-csstransitiongroup).

---
_Source: https://npm.io/package/react-addons-css-transition-group · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
