0.7.8 • Published 3 years ago

@camunda-community/form-js-playground v0.7.8

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
3 years ago

@camunda-community/form-js-playground

CI

A tool to try out and explore @camunda-community/extended-form-js in a playful manner.

Playground Screenshot

Usage

Integrate the playground into your application:

import '@camunda-community/form-js/dist/assets/form-js.css';
import '@camunda-community/form-js/dist/assets/form-js-editor.css';
import '@camunda-community/form-js/dist/assets/dragula.css';
import '@camunda-community/form-js/dist/assets/properties-panel.css';
import '@camunda-community/form-js-playground/dist/assets/form-js-playground.css';

import { Playground } from '@camunda-community/form-js-playground';

const playground = new Playground({
  container: document.querySelector('#container'),
  schema,
  data
});

const {
  schema,
  data
} = playground.getState();

Resources

License

Use under the terms of the bpmn.io license.