ariaLabel | string | line-wave | ARIA label for the line wave. |
color | string | #4fa94d | Color of the line wave. |
firstLineColor | string | undefined | Color of the first line. If not provided, the color will be the same as the color. |
height | number | string | 100 | Height of the line wave. |
lastLineColor | string | undefined | Color of the last line. If not provided, the color will be the same as the color. |
middleLineColor | string | undefined | Color of the middle line. If not provided, the color will be the same as the color. |
visible | boolean | true | Whether the line wave is visible. |
width | number | string | 100 | Width of the line wave. |
wrapperClass | string | undefined | Class name for the wrapper element. It can be used for custom styling. |
wrapperStyle | object | {} | Styles to be applied to the wrapper. It should be a valid CSS object. It can be used for custom styling. It will override the default style. |