Skip to content

ai-qing-hai/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 { Button } from '@antv/gui';

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

// 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 97.8%
  • Other 2.2%