Skip to content

Angelii/GUI

 
 

Repository files navigation

GUI

UI components for G.

Build Status Coverage Status npm Version npm Download npm License

✨ Features

📦 Installation

$ npm install @antv/gui

🔨 Getting Started

import { Canvas } from '@antv/g';
import { Arrow } from '@antv/gui';

// add `arrow` instance into canvas
const canvas = new Canvas({/* ... */});
const arrow = new Arrow({/* ... */});
canvas.appendChild(arrow);

// render it
canvas.render();

📎 Components

📮 Contribution

$ git clone [email protected]:antvis/gui.git

$ cd gui

$ npm i

$ npm t

Then send a pull request after coding.

📄 License

MIT@AntV.

About

UI components for G.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.2%
  • Other 1.8%