We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183f563 commit 130a80fCopy full SHA for 130a80f
README.md
@@ -25,7 +25,16 @@ The library provides components that allow you to easily create custom component
25
## Installation
26
27
To install the library, run:
28
-`npm install react-transitioning`
+
29
+```bash
30
+npm install react-transitioning
31
+# or
32
+yarn add react-transitioning
33
+```
34
35
+## Documentation
36
37
+For more detailed information and usage examples, check out the [Docs](https://fakundo.github.io/react-transitioning/).
38
39
## Usage
40
0 commit comments