g6/packages/react-node
2023-12-11 23:09:03 +08:00
..
docs feat: add react-node for v5 (#5079) 2023-12-11 22:27:31 +08:00
src feat: add react-node for v5 (#5079) 2023-12-11 22:27:31 +08:00
.dumirc.ts feat: add react-node for v5 (#5079) 2023-12-11 22:27:31 +08:00
.editorconfig feat: add react-node for v5 (#5079) 2023-12-11 22:27:31 +08:00
.eslintrc.js feat: add react-node for v5 (#5079) 2023-12-11 22:27:31 +08:00
.fatherrc.ts feat: add react-node for v5 (#5079) 2023-12-11 22:27:31 +08:00
.gitignore feat: add react-node for v5 (#5079) 2023-12-11 22:27:31 +08:00
.prettierignore feat: add react-node for v5 (#5079) 2023-12-11 22:27:31 +08:00
.prettierrc.js feat: add react-node for v5 (#5079) 2023-12-11 22:27:31 +08:00
.stylelintrc feat: add react-node for v5 (#5079) 2023-12-11 22:27:31 +08:00
LICENSE feat: add react-node for v5 (#5079) 2023-12-11 22:27:31 +08:00
package.json chore: update versiont to publish (#5252) 2023-12-11 23:09:03 +08:00
README.md feat: add react-node for v5 (#5079) 2023-12-11 22:27:31 +08:00
tsconfig.json feat: add react-node for v5 (#5079) 2023-12-11 22:27:31 +08:00

@antv/g6-react-node

NPM version NPM downloads

Using React Component to Define Your G6 Graph Node

Usage

TODO

Options

TODO

Development

# install dependencies
$ pnpm install

# develop library by docs demo
$ pnpm start

# build library source code
$ pnpm run build

# build library source code in watch mode
$ pnpm run build:watch

# build docs
$ pnpm run docs:build

# check your project for potential problems
$ pnpm run doctor

LICENSE

MIT