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

This works great but how do I replace the default SVG #5

Closed davidrhoderick closed 4 years ago

davidrhoderick commented 4 years ago

My designer sent me a branded SVG and this one won't do. Is there any way to change it?

HermanNygaard commented 4 years ago

Hi David!

I will work on a new release that will include this now. It should be ready soon. It will have props for the SVG path and the SVG viewbox, is that sufficient?

davidrhoderick commented 4 years ago

Wow awesome, I think that would work. If I import the SVG into my React app, I'll be able to set it as the path that way, correct?

HermanNygaard commented 4 years ago

It is live now. Update to the newest version, here is an example Let me know if it works out for you

davidrhoderick commented 4 years ago

@HermanNygaard great job on adding the ability to change the icon! Sorry for the delay but I've just been overloaded lately so I only got to trying it.