@antv/g-components

Components for g

Usage no npm install needed!

<script type="module">
  import antvGComponents from 'https://cdn.skypack.dev/@antv/g-components';
</script>

README

Components for G

Composite basic shapes provided in G into advanced components.

import { LineWithArrow } from '@antv/g-components';

const arrow = new LineWithArrow({
  style: {
    x1: 0,
    // ...
  },
});