bpmn-io / form-js-examples

A collection of form-js examples.
23 stars 15 forks source link

feat: add custom component example #7

Closed pinussilvestrus closed 8 months ago

pinussilvestrus commented 9 months ago

Closes #6

This adds an example for custom form components. It follows the pattern of existing examples in the bpmn-io sphere, e.g. https://github.com/bpmn-io/bpmn-js-examples/tree/main/properties-panel-extension.

pinussilvestrus commented 9 months ago

https://github.com/bpmn-io/form-js/pull/776 was merged, waiting for the release to open this up for review.

pinussilvestrus commented 8 months ago

As form-js 1.4.0 is released, this is ready for review now.

pinussilvestrus commented 8 months ago

@vsgoulart @Skaiir The blog post that references this example is about to be released: https://github.com/bpmn-io/bpmn.io/pull/171

Let's try to get this merged, I think we are fine with the webpack setup 👍

pinussilvestrus commented 8 months ago

Merging it now as the blog post is out, and the code snippets shown where approved over there. We can improve the example whenever we want.