react-animated-waves 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
|
|
12
12
|
**React Animated Waves** is a React component that generates beautiful animated waves for audio visualizations or UI loading states.
|
|
13
13
|
|
|
14
|
+
https://github.com/agrawal-rohit/react-animated-waves/assets/29514438/2948ec93-6f38-49f4-bee4-85ad44ddbc49
|
|
15
|
+
|
|
14
16
|
## Table of Contents
|
|
15
17
|
|
|
16
18
|
1. [Installation](#installation)
|
|
@@ -37,7 +39,7 @@ yarn add react-animated-waves
|
|
|
37
39
|
|
|
38
40
|
## Usage
|
|
39
41
|
|
|
40
|
-
To use **React Animated Waves** in your project, import the `Waves` component from the library and use it in your React app. Check out an interactive demo [here](https://codesandbox.io/p/sandbox/react-animated-waves-example-
|
|
42
|
+
To use **React Animated Waves** in your project, import the `Waves` component from the library and use it in your React app. Check out an interactive demo [here](https://codesandbox.io/p/sandbox/react-animated-waves-example-6z9hlh).
|
|
41
43
|
|
|
42
44
|
```jsx
|
|
43
45
|
import Waves from "react-animated-waves";
|
package/package.json
CHANGED