# properties-panel-next **Repository Path**: mirrors_bpmn-io/properties-panel-next ## Basic Information - **Project Name**: properties-panel-next - **Description**: Library for creating bpmn-io properties panels. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-04 - **Last Updated**: 2025-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @bpmn-io/properties-panel [![CI](https://github.com/bpmn-io/properties-panel/workflows/CI/badge.svg)](https://github.com/bpmn-io/properties-panel/actions?query=workflow%3ACI) Library for creating bpmn-io properties panels. ## Resources * [Changelog](./CHANGELOG.md) ## Build and Run Prepare the project by installing all dependencies: ```sh npm install ``` Then, depending on your use-case you may run any of the following commands: ```sh # build the library and run all tests npm run all # run the full development setup npm run dev ``` Expose an environment variable `TEST_BROWSERS=(Chrome|Firefox|IE)` to execute the tests in a non-headless browser. ## License MIT