preact8-css-transition-group

2.1.1 • Public • Published

preact8-css-transition-group

This is a fork of preact-css-transition-group that explicitly depends on Preact 8 for use in Uppy, to address #2226, #2227 and #2377.

You may want to use this in your Preact 8 widgets to prevent interference with a Preact X app.

The full list of differences:

  • preact8-css-transition-group ships CommonJS only, not UMD
  • preact8-css-transition-group only ships unminified code
  • preact8-css-transition-group specifies preact ^8.0.0 in its peerDependencies

Original readme

A preact fork of css-transition-group, which was originally extracted from the React codebase itself. The overwhelming majority of the code was written by the lovely folks of the React team, so kudos to them!

This module may be of use to you if:

  • you want to apply CSS transitions when adding or removing elements; or
  • you are getting a "not found" error for react/lib/ReactCSSTransitionGroup

Package Sidebar

Install

npm i preact8-css-transition-group

Weekly Downloads

13

Version

2.1.1

License

MIT

Unpacked Size

81.1 kB

Total Files

20

Last publish

Collaborators

  • goto-bus-stop