Range element
Signed-off-by: ale <ale@manalejandro.com>
This commit is contained in:
parent
fd0a83ba10
commit
2cf0ce68bf
@ -1,4 +1,4 @@
|
|||||||
import { Button, Icon } from "react-materialize";
|
import { Button, Icon, Range } from "react-materialize";
|
||||||
import PropTypes from "prop-types";
|
import PropTypes from "prop-types";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -59,8 +59,7 @@ const AudioControls = ({
|
|||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<input
|
<Range
|
||||||
type="range"
|
|
||||||
className="brown waves-light range-field"
|
className="brown waves-light range-field"
|
||||||
min={0}
|
min={0}
|
||||||
max={100}
|
max={100}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user