Skip to main content

chevron-circle-pulse

You can provide a type prop with chevron-circle-pulse

import ScrollElement from 'react-scroll-element';
<ScrollElement type={'chevron-circle-pulse'} text={"scroll"}/>
scroll

With colors

You can provide colorText and colorIcon props as well.

import ScrollElement from 'react-scroll-element';
<ScrollElement
type={'chevron-circle-pulse'}
text={"scroll"}
colorIcon={"#f672b0"}
colorIconFade={"#f672b0"}
colorText={"#f672b0"}
/>
scroll