Giter Site home page Giter Site logo

kun6696 / component Goto Github PK

View Code? Open in Web Editor NEW

This project forked from antvis/component

0.0 0.0 0.0 13.21 MB

๐Ÿฑ AntV UI component based on G render engine.

Home Page: https://github.com/antvis/component

License: MIT License

Shell 0.02% JavaScript 0.48% TypeScript 98.81% HTML 0.69%

component's Introduction

@antv/component

Visualization components for AntV, based on G which is a flexible rendering engine for visualization.

build Coverage Status npm Version npm Download npm License

โœจ Features

  • Rich - Contains 20+ Visualization components, for AntV G2, G6, L7.
  • Powerful - Each component has powerful abilities and flexible scalability.
  • Well Design - Continuous optimization and iteration.
  • Powerful Renderer - Based on the powerful renderer G, we can render the components using Canvas, SVG or WebGL with same code.

๐Ÿ“ฆ Installation

$ npm install @antv/component
$ yarn add @antv/component

๐Ÿ”จ Getting Started

import { Canvas } from '@antv/g';
import { Renderer } from '@antv/g-canvas';
import { Button } from '@antv/component';

// 1. New a canvas.
const canvas = new Canvas({
  container: 'container',
  width: 600,
  height: 600,
  renderer: new Renderer(),
});

// 2. Create a button with configure.
const button = new Button({
  /* ... */
});

// 3. Append into G canvas.
canvas.appendChild(button);

// 4. Render.
canvas.render();

๐Ÿ“Ž Documents

๐Ÿ“ฎ Contribution

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

$ cd component

$ npm install

$ npm run dev

Then send a pull request on GitHub.

๐Ÿ“„ License

MIT@AntV.

component's People

Contributors

visiky avatar aarebecca avatar dxq613 avatar leungwensen avatar elaine1234 avatar simaq avatar lessmost avatar hustcc avatar pearmini avatar ai-qing-hai avatar xiaoiver avatar paleface001 avatar xile611 avatar lxfu1 avatar eve-sama avatar sersishen avatar kuldeepkeshwar avatar dengfuping avatar yp0413150120 avatar leannechn avatar zhangjunjie-loki avatar rainy-25ghz avatar jounqin avatar michael-land avatar pearlwang1106 avatar runtus avatar yanyuanfe avatar yanyan-wang avatar connono avatar keeplz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.