HermanNygaard / react-scroll-to-top

Lightweight button component for scrolling to the top of a page
https://www.npmjs.com/package/react-scroll-to-top
MIT License
61 stars 12 forks source link

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

Closed willemevenwel closed 4 years ago

willemevenwel commented 4 years ago

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

HermanNygaard commented 4 years ago

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}} />