1.1.0 • Published 4 years ago

react-nullable-transition v1.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

react-nullable-transition is simple wrap component for using react-transition-group with jsx stataments (like vue transition).

For example you can create OpacityTransition component based on this package and use it like this:

<OpacityTransition>
  {show && <Square />}
</OpacityTransition>

See full example on codesandbox