chrvadala / react-svg-pan-zoom

:eyes: A React component that adds pan and zoom features to SVG
https://chrvadala.github.io/react-svg-pan-zoom/
MIT License
681 stars 127 forks source link

change toolbar's icons #134

Closed levaifelasticad closed 5 years ago

levaifelasticad commented 5 years ago

Hi,

Is there a possibility to change the icons in toolbar ?

chrvadala commented 5 years ago

You can't directly change the icons, but there's a property to provide a custom toolbar.

Just copy and paste this https://github.com/chrvadala/react-svg-pan-zoom/blob/master/src/ui-toolbar/toolbar.jsx and make your changes

https://github.com/chrvadala/react-svg-pan-zoom/blob/master/docs/documentation.md#available-props

chrvadala commented 5 years ago

I'm going to close this issue. Feel free to open it again.