visx
visx copied to clipboard
feat(zoom): Allow custom gesture handlers
:rocket: Enhancements
- Introduce 'createGestureHandlers' function prop in the
Zoom
component to enable developers define custom gestures. This allows for flexibility in disabling wheel events or overriding default pinch gestures, improving customization options.
:memo: Documentation
- Added basic description for the new
createGestureHandlers
prop.
Should close #1798 and #1845