# dmn-js-examples **Repository Path**: mirrors_bpmn-io/dmn-js-examples ## Basic Information - **Project Name**: dmn-js-examples - **Description**: Some examples on how to use dmn-js - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2025-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dmn-js Examples This repository contains a number of examples showing how use and integrate [dmn-js](https://github.com/bpmn-io/dmn-js) it into your applications. ## Starter * [starter](./starter) - Getting started with [dmn-js](https://github.com/bpmn-io/dmn-js) using our [pre-packaged distribution](./pre-packaged). ## Basic * [bundling](./bundling) - an example how to install dmn-js via [npm](http://npmjs.org), use it in a node-style application and package it and the application code for the browser with [Webpack](https://webpack.js.org). ## Intermediate * [modeler](./modeler) - an example how to build a tabbed modeler using the dmn-js API. * [dmn-compatibility](./dmn-compatibility) - an example of using [dmn-js](https://github.com/bpmn-io/dmn-js) and [dmn-migrate](https://github.com/bpmn-io/dmn-migrate) to open DMN 1.1, 1.2 and 1.3 diagrams. * [properties-panel](./properties-panel) - an example of how to hook up dmn-js with the [dmn-js-properties-panel](https://github.com/bpmn-io/dmn-js-properties-panel) ## Advanced * [properties-panel-extension](./properties-panel-extension) - Showing how to extend the [dmn-js-properties-panel](https://github.com/bpmn-io/dmn-js-properties-panel) with custom properties ## License MIT _(unless noted otherwise)_