slider-action
You can provide a type
prop with slider-action
import ScrollElement from 'react-scroll-element';
<ScrollElement type={'slider-action'} text={"scroll"}/>
With colors
You can provide colorText
and colorIcon
props as well.
import ScrollElement from 'react-scroll-element';
<ScrollElement
type={'slider-action'}
text={"scroll"}
colorIcon={"#f672b0"}
colorText={"#f672b0"}
/>