AlexanderSkrock / bpmn-react

Seemlessy integrate bpmn-js into your React application.
https://bpmn-react.projects.skrock.dev/
MIT License
1 stars 1 forks source link

Custom control renderer for ZoomModule #25

Closed AlexanderSkrock closed 2 months ago

AlexanderSkrock commented 2 months ago

Describe the solution you'd like

Currently, the Zoom module renders its control without any possibilities to configure the appearance. A simple solution to this would to make a renderer component injectable which was already prepared with the current defaultControlRenderer.

AlexanderSkrock commented 2 months ago

Added label for a breaking change, because I took the chance to enhance the api surface around custom renderers für both Zoom and Process Navigation modules.