@bpmn-io/variable-outline

1.0.5 • Public • Published

@bpmn-io/variable-outline

CI

A React component to display variables in a BPMN diagram.

Usage

Simply add the component to your existing React application and pass the bpmn-js injector to the component:

import VariableOutline from '@bpmn-io/variable-outline';
import '@bpmn-io/variable-outline/dist/style.css';

export function MyComponent(props) {
  const {
    injector
  } = props;

  return <VariableOutline injector={injector}></VariableOutline>
}

Development

Start a demo page with npm run start.

Run all tests with npm run test

Code of Conduct

By participating to this project, please uphold to our Code of Conduct.

License

MIT

Uses bpmn-js licensed under the bpmn.io license.

Readme

Keywords

none

Package Sidebar

Install

npm i @bpmn-io/variable-outline

Weekly Downloads

788

Version

1.0.5

License

MIT

Unpacked Size

1.49 MB

Total Files

5

Last publish

Collaborators

  • bpmn-io-admin
  • nikku
  • barmac
  • philippfromme
  • maxtru
  • abdul99ahad
  • skaiir-camunda
  • vsgoulart
  • jarekdanielak
  • simon-steinruecken-camunda