# bpmn-js-example-react-properties-panel
**Repository Path**: mirrors_bpmn-io/bpmn-js-example-react-properties-panel
## Basic Information
- **Project Name**: bpmn-js-example-react-properties-panel
- **Description**: An example how to build a simple properties panel for bpmn-js using React
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-24
- **Last Updated**: 2025-11-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# React Properties Panel for bpmn-js
[](https://github.com/bpmn-io/bpmn-js-example-react-properties-panel/actions/workflows/CI.yml)
This example demonstrates a custom properties panel for [bpmn-js](https://github.com/bpmn-io/bpmn-js) written in [React](https://reactjs.org/).

## About
The component [`PropertiesView`](./src/properties-panel/PropertiesView.js) implements the properties panel.
The component is mounted via standard React utilities and receives the BPMN modeler instance as props:
```js
ReactDOM.render(