gent-diagram
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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.

/gent-diagram/

    Package Sidebar

    Install

    npm i gent-diagram

    Weekly Downloads

    3

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    38 kB

    Total Files

    26

    Last publish

    Collaborators

    • stepan662