24.2.0 • Published 3 months ago

cx-diagrams v24.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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.

24.2.0

3 months ago

23.8.0

9 months ago

23.7.0

10 months ago

23.8.2

8 months ago

23.8.1

8 months ago

22.11.0

2 years ago

22.3.5

2 years ago

22.3.4

2 years ago

22.3.3

2 years ago

22.3.2

2 years ago

22.3.1

2 years ago

22.3.0

2 years ago