@antv/x6-react-components
React components for building x6 editors
Last updated 5 years ago by bubkoo .
MIT · Repository · Bugs · Original npm
$ cnpm install @antv/x6-react-components 
SYNC missed versions from official npm registry.

x6-react-components

React components for building x6 editors

MIT License Language

NPM Package NPM Downloads NPM Dependencies

Components

  • Menu
  • Dropdown
  • ContextMenu
  • Menubar
  • Toolbar
  • SplitBox
  • ScrollBox
  • AutoScrollBox
  • ColorPicker

Installation

# npm
$ npm install @antv/x6-react-components --save

# yarn
$ yarn add @antv/x6-react-components

Usage

Import component and style:

import { Menu } from '@antv/x6-react-components/es/menu'
// less
import '@antv/x6-react-components/es/menu/style'
// or css
import '@antv/x6-react-components/es/menu/style/index.css'

We strongly recommend using babel-plugin-import, which can convert the following code to the '@antv/x6-react-components/es/xxx' way:

import { Menu } from '@antv/x6-react-components'

And this plugin will also load corresponding styles too. Via .babelrc or babel-loader:

{
  "plugins": [
    [
      "import",
      {
        "libraryName": "@antv/x6-react-components",
        "libraryDirectory": "es", // es or lib
        "style": true,
        "transformToDefaultImport": true
      }
    ]
  ]
}

Contributing

Pull requests and stars are highly welcome.

For bugs and feature requests, please create an issue.

Current Tags

  • 2.0.0-beta.1                                ...           beta (3 years ago)
  • 1.1.20                                ...           latest (3 years ago)

5 Versions

  • 2.0.0-beta.1                                ...           3 years ago
  • 1.1.20                                ...           3 years ago
  • 1.1.15                                ...           4 years ago
  • 0.10.20-beta.1                                ...           5 years ago
  • 1.1.13                                ...           4 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (7)
Dev Dependencies (25)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org