bpmn-js-examples
                                
                                 bpmn-js-examples copied to clipboard
                                
                                    bpmn-js-examples copied to clipboard
                            
                            
                            
                        Examples how to use bpmn-js
Closes #170 * [x] Showcase ListGroup * [x] Showcase nested ListEntry * [ ] updated docs (clarify differences between ListGroup and ListEntry) * [ ] simplify example where possible  reflects using the general `Group` for creating custom entries. The `ListGroup` is quite different in consuming (adding `items` instead of...
__Describe the Bug__ When I attempt to Create a Pool/Participant on an existing diagram, the object overwrites the diagram and the mouse cursor freezes prevent any further action. __Steps to...
__Tasks__ * Showcase custom-elements + properties integration * Showcase custom element editing via properties panel _Originally posted by @nikku in https://github.com/bpmn-io/bpmn-js-examples/issues/66#issuecomment-443203539_
__Is your feature request related to a problem? Please describe__ We should not hide _element templates_ as a feature, but encourage its use. __Describe the solution you'd like__ * Create...
__What should we do?__ Add an example to showcase how to consume and extend the bpmn-js-properties-panel in a React / Vue / Svelte / whatsoever application. Consider using [our existing...
__What should we do?__ Once we release the `v1.0.0` version of the new Properties Panel, we shall also update the existing examples: * [x] #145 * [x] Update [`/properties-panel-extension`](https://github.com/bpmn-io/bpmn-js-examples/tree/master/properties-panel-extension) *...
When I implemented an example project for bpmn-js that uses an additional module I was wondering about the array sytax which you are required to use in order to make...
As a user I'd like to be able to extend bpmn-js to contribute my own behavior. __Goals__ * [ ] Users get an understanding of what _behavior_ consists of *...
Showcase how to use `bpmn-js` + `bpmn-js-properties-panel` + element templates.