react-scroll-to-bottom icon indicating copy to clipboard operation
react-scroll-to-bottom copied to clipboard

How to pass text to AutoHideFollowButton

Open huylv-teko opened this issue 4 years ago • 1 comments

In source code, i found the definition of AutoHideFollowButton const AutoHideFollowButton = ({ children, className }) => { But in the line use AutoHideFollowButton in file BasicScrollToBottom.js, there is no children was passed.

     <Panel className={scrollViewClassName}>{children}</Panel>
      <AutoHideFollowButton className={followButtonClassName} />
</div>

Please tell me why and how to set an icon/text to AutoHideFollowButton

huylv-teko avatar Apr 02 '20 02:04 huylv-teko

see this comment #69

koen-chen avatar Sep 03 '21 03:09 koen-chen