Skip to content

ai-qing-hai/GUI

This branch is 186 commits behind antvis/GUI:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2fe85b5 · Jan 20, 2022

History

74 Commits
Jan 20, 2022
May 24, 2021
Aug 3, 2021
Nov 30, 2021
Dec 31, 2021
Dec 31, 2021
Sep 3, 2021
Dec 31, 2021
Sep 27, 2021
May 24, 2021
Jun 15, 2021
Sep 27, 2021
Nov 30, 2021
Nov 30, 2021
May 24, 2021
May 24, 2021
Nov 30, 2021
Jun 15, 2021
May 24, 2021
Sep 3, 2021
Jul 28, 2021
Nov 30, 2021
Jun 18, 2021
Dec 31, 2021
Nov 30, 2021
Nov 30, 2021

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 git@github.com: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%