diff --git a/docs/pages/examples/_examples.yml b/docs/pages/examples/_examples.yml index 4f02c09ec24e..5ff931fcc824 100644 --- a/docs/pages/examples/_examples.yml +++ b/docs/pages/examples/_examples.yml @@ -82,3 +82,9 @@ todomvc: description: Todo app Storybook with built-in unit tests. source: https://github.com/thorjarhun/react-storybook-todolist demo: https://thorjarhun.github.io/react-storybook-todolist/ +react-svg-pan-zoom: + thumbnail: ./thumbnails/react-svg-pan-zoom.png + title: React SVG Pan Zoom + description: A React component that adds pan and zoom features to SVG + source: https://github.com/chrvadala/react-svg-pan-zoom + demo: https://chrvadala.github.io/react-svg-pan-zoom/ diff --git a/docs/pages/examples/thumbnails/react-svg-pan-zoom.png b/docs/pages/examples/thumbnails/react-svg-pan-zoom.png new file mode 100644 index 000000000000..976b90bd83eb Binary files /dev/null and b/docs/pages/examples/thumbnails/react-svg-pan-zoom.png differ