1.0.0 • Published 3 years ago

gent-diagram v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

Gent - Library for easy business processes implementation

Gent diagram

This React component will allow you to visualize schema and state of your process.

Install:

npm install gent-diagram

# or

yarn add gent-diagram

Use it in your react project with passed standard gent process schema and state

import GentDiagram from 'gent-diagram'

const Diagram = ({ schema, process }) => {
  return <GentDiagram schema={schema} state={process} />
}

Component will also work without state property - displaying just schema of the process.

Check gent-example.

1.0.0

3 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.1

4 years ago

0.3.4

4 years ago

0.3.0

4 years ago

0.1.0

4 years ago