HermanNygaard / react-scroll-to-top

Lightweight button component for scrolling to the top of a page

Home Page:https://www.npmjs.com/package/react-scroll-to-top

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(Question NOT Issue) New to React: how to increase the bottom padding of component

willemevenwel opened this issue · comments

Hi,

I'm very new to react, pardon the novice question. What parameters do I need to change to increase the bottom padding of the component?

Regards,

Willem

Hi Willem!

Thank you for the question. You can either use a custom classname or a React style object.
Example with a style object:

<ScrollToTop smooth style={{paddingBottom: 50}} />