Properties panel with React.js #70
MaheshkumarSundaram
started this conversation in
General
Replies: 1 comment 1 reply
-
so far any good result? it like inspiring of new react ui |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @ralphhanna ,
I'm developing a React based front-end for the BPMN Modeller for your
bpmn-server
like the one in your webapp (JUST THE MODELLER WITH THE PROPERTIES PANEL ALONE)As you have already customized your properties panel for the server, I'm planning to re-purpose it for my React app.
From what I explored in your code, I presume
modeller-withPropertyPanel.js
is the file where all the customizations reside! Please correct me if I'm wrong.Also I'm confused with some imports too in that file,
Line 117:
var _camunda = _interopRequireDefault(require("bpmn-js-properties-panel/lib/provider/camunda"));
But I don't see such path in the npm package
bpmn-js-properties-panel
.May I know which version of the package are you using? And also why is this package not listed in the
package.json
?bpmn-js
in yourpackage,json
. So how are all these modules available when I inspect the sources in the browser?Sorry if my questions sound silly, but I'm just lost on how do integrate your properties panel customizations in my react.
For reference, I'm attaching my React code below:
React Component
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions