Range element

Signed-off-by: ale <ale@manalejandro.com>
This commit is contained in:
ale 2025-05-30 17:53:40 +02:00
parent fd0a83ba10
commit 2cf0ce68bf
Signed by: ale
GPG Key ID: 244A9C4DAB1C0C81

View File

@ -1,4 +1,4 @@
import { Button, Icon } from "react-materialize";
import { Button, Icon, Range } from "react-materialize";
import PropTypes from "prop-types";
/**
@ -59,8 +59,7 @@ const AudioControls = ({
</Button>
)}
&nbsp;&nbsp;
<input
type="range"
<Range
className="brown waves-light range-field"
min={0}
max={100}