@camunda-community/form-js-playground

0.7.8 • Public • Published

@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.

Readme

Keywords

none

Package Sidebar

Install

npm i @camunda-community/form-js-playground

Weekly Downloads

2

Version

0.7.8

License

SEE LICENSE IN LICENSE

Unpacked Size

1.3 MB

Total Files

9

Last publish

Collaborators

  • plungu
  • dparoulek
  • ch.dame