x6-react-shape
TypeScript icon, indicating that this package has built-in type declarations

1.4.51 • Public • Published

@antv/x6-react-shape

x6 shape for rendering react components

Installation

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

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

Usage

import { Graph } from '@antv/x6'
import '@antv/x6-react-shape'

// render
graph.addNode({
  shape: 'react-shape',
  x: 32,
  y: 48,
  width: 180,
  height: 40,
  component: (
    <div
      style={{
        color: '#fff',
        width: '100%',
        height: '100%',
        background: '#597ef7',
        textAlign: 'center',
        lineHeight: '40px',
      }}
    >
      This is a react element
    </div>
  ),
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.4.51
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.4.51
    1
  • 1.4.5
    0

Package Sidebar

Install

npm i x6-react-shape

Weekly Downloads

1

Version

1.4.51

License

MIT

Unpacked Size

172 kB

Total Files

61

Last publish

Collaborators

  • macj