An open API service indexing awesome lists of open source software.

https://github.com/codaxy/cx-diagrams

A library for creating diagrams within CxJS applications
https://github.com/codaxy/cx-diagrams

cxjs diagram svg

Last synced: 8 months ago
JSON representation

A library for creating diagrams within CxJS applications

Awesome Lists containing this project

README

          




logo


CxJS Diagrams


version


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

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











;
```

## Links

- [Documentation](https://diagrams.cxjs.io)
- [NPM](https://www.npmjs.com/package/cx-diagrams)

## Repository

This is a mono repo containing the source code for the package and the documentation. Please use the `yarn` package manager as this repo uses its workspace features.

To start the documentation locally.

```
cd docs
yarn start
```

## License

This project is available under the terms of [the MIT license](LICENSE.md).