Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/antvis/xflow

React component for building interactive diagrams.
https://github.com/antvis/xflow

dag flowchart react x6

Last synced: about 1 month ago
JSON representation

React component for building interactive diagrams.

Awesome Lists containing this project

README

        

English (US) | [įŽ€äŊ“中文](README.zh-Hans.md)

React component for building interactive diagrams

## Features

- 🌱   Easy-to-use: Provides a more appropriate way to use React components.
- 🚀   Unified state management: Service data and graph data can be managed in a
unified manner.
- 🧲   Supports multi-graph mode: Each graph component has a separate state and graph
instance.
- đŸ’¯   Out of the box features: There are a lot of diagram components out of the box.

## Installation

```shell
# npm
$ npm install @antv/xflow --save

# yarn
$ yarn add @antv/xflow

# pnpm
$ pnpm add @antv/xflow
```

## Usage

```tsx
const Page = () => {
return (








);
};
```

## Documentation

The documentation for XFlow 2.0 is still being developed urgently, so if you want to
know how to use it, you can refer to the
[code examples](https://github.com/antvis/XFlow/tree/2.0/apps/basic/src/pages).

## Development

```shell
$ pnpm bootstrap
$ pnpm dev
```

## Contributing

To become a contributor, please follow our [contributing guide](/CONTRIBUTING.md). If
you are an active contributor, you can apply to be a outside collaborator.


Contributors

## License

The scripts and documentation in this project are released under the
[MIT License](/LICENSE).