cx-diagrams
TypeScript icon, indicating that this package has built-in type declarations

24.2.0 • Public • Published

CxJS Diagrams

This is a simple library that allows you to create diagrams within CxJS applications.

import { Diagram, Flow, Cell, Shape } from "cx-diagrams";

<Svg class="w-auto h-full bg-white">
  <Diagram unitSize={32} showGrid center>
    <Flow gap={1}>
      <Cell width={2}>
        <Shape stroke="red" fill="white" text="Red" />
      </Cell>
      <Cell width={2}>
        <Shape stroke="blue" fill="white" text="Blue" />
      </Cell>
    </Flow>
  </Diagram>
</Svg>;

Please refer to the documentation and the GitHub repository for more information and usage examples.

License

This package is available under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i cx-diagrams

Weekly Downloads

46

Version

24.2.0

License

MIT

Unpacked Size

56.6 kB

Total Files

33

Last publish

Collaborators

  • mstijak
  • codaxy-npmjs