We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbab969 commit 870de31Copy full SHA for 870de31
README.md
@@ -0,0 +1,11 @@
1
+`react-nullable-transition` is simple wrap component for using `react-transition-group` with jsx stataments (like vue transition).
2
+
3
+For example you can create `OpacityTransition` component based on this package and use it like this:
4
5
+```jsx
6
+<OpacityTransition>
7
+ {show && <Square />}
8
+</OpacityTransition>
9
+```
10
11
+See full example [here](https://github.com/mavajee/react-nullable-transition/tree/master/example).
0 commit comments